diff --git a/docs/_config.yml b/docs/_config.yml index b96d4be1..20478c8d 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -5,7 +5,7 @@ description: Shell scripts to encrypt your private data inside a git repository. baseurl: "" # the subpath of your site, e.g. /blog url: "git-secret.io" # the base hostname & protocol for your site -# Github links: +# GitHub links: github_username: sobolevn github_changelog: "https://github.com/sobolevn/git-secret/blob/master/CHANGELOG.md" diff --git a/docs/build.sh b/docs/build.sh index 7b4c8013..678e3904 100644 --- a/docs/build.sh +++ b/docs/build.sh @@ -28,7 +28,7 @@ function copy_to_posts { timestamp=$(date "+%Y-%m-%d %H:%M:%S %z") current_date=$(date "+%Y-%m-%d") - # Creating command refernce: + # Creating command reference: for com in "$MAN_LOCATION"/git-secret-*.1.md; do local short_name short_name=$(echo "$com" | sed -n "s|$MAN_LOCATION/\(.*\)\.1\.md|\1|p") diff --git a/docs/installation.md b/docs/installation.md index 6d87f3f7..bf24e192 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -22,7 +22,7 @@ You can check the full list of automated test platforms We are always interested in getting `git-secret` working and tested on additional systems. If you get `git-secret` working on a new system and the tests pass for you, -you can add a Github Action to test your platform to that file. +you can add a GitHub Action to test your platform to that file. Also we welcome improvements to tests or `git-secret` code for any platform. ## Installation process @@ -160,6 +160,6 @@ PREFIX="/usr/local" make install ``` Note that you can change `PREFIX` to be any directory you subsequently include in in your `PATH` -environment variable. We generally recommend you stick to the the default +environment variable. We generally recommend you stick to the default install locations for simplicity, but if you know what you're doing you are welcome to change it. diff --git a/man/man1/git-secret-tell.1 b/man/man1/git-secret-tell.1 index fdc2d362..7ba0456e 100644 --- a/man/man1/git-secret-tell.1 +++ b/man/man1/git-secret-tell.1 @@ -15,7 +15,7 @@ git secret tell [\-m] [\-d dir] [emails]\.\.\. .fi . .SH "DESCRIPTION" -\fBgit\-secret tell\fR \- adds user(s) to the list of those able to encypt/decrypt secrets\. +\fBgit\-secret tell\fR \- adds user(s) to the list of those able to encrypt/decrypt secrets\. . .P This lets the specified user encrypt new files, but will not immediately be able to decrypt existing files, which were encrypted without their key\. Files should be re\-encrypted with the new keyring by someone who already has access in order for the new user to be able to decrypt the files\. diff --git a/man/man1/git-secret-tell.1.md b/man/man1/git-secret-tell.1.md index 36cad685..b5b3a7c6 100644 --- a/man/man1/git-secret-tell.1.md +++ b/man/man1/git-secret-tell.1.md @@ -7,7 +7,7 @@ git-secret-tell - adds person who can access private data. ## DESCRIPTION -`git-secret tell` - adds user(s) to the list of those able to encypt/decrypt secrets. +`git-secret tell` - adds user(s) to the list of those able to encrypt/decrypt secrets. This lets the specified user encrypt new files, but will not immediately be able to decrypt existing files, which were encrypted without their key. diff --git a/utils/apk/nfpm.yml b/utils/apk/nfpm.yml index 01ac1679..74bd20b3 100644 --- a/utils/apk/nfpm.yml +++ b/utils/apk/nfpm.yml @@ -19,7 +19,7 @@ section: default # Priority. priority: main -# Maintaner. +# Maintainer. maintainer: Nikita Sobolev # Description.