diff options
author | rhatto <rhatto@ratten.fluxo.info> | 2014-03-17 18:43:14 -0300 |
---|---|---|
committer | rhatto <rhatto@ratten.fluxo.info> | 2014-03-17 18:43:14 -0300 |
commit | f1e903381caec308138c6d459164145a9862029c (patch) | |
tree | 98cfa74752816b1b3b24d5533a92bcceb02ea158 | |
parent | ac21602f731fae0f0a4dfb98c5784ac03756a478 (diff) | |
download | keyringer-f1e903381caec308138c6d459164145a9862029c.tar.gz keyringer-f1e903381caec308138c6d459164145a9862029c.tar.bz2 |
Spell check on canary comments
-rwxr-xr-x | lib/keyringer/actions/canary | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/keyringer/actions/canary b/lib/keyringer/actions/canary index b00926d..aa66926 100755 --- a/lib/keyringer/actions/canary +++ b/lib/keyringer/actions/canary @@ -13,8 +13,8 @@ # feeds configured by user preferences. # # - Configured to generate new information once a day. -# If you run it more than that interval, no canary will -# be updated. +# If you run it more than once in this time span, no canary +# will be updated. # # A canary is stored: # @@ -26,7 +26,7 @@ # - Can optionally be uploaded (encrypted or plain+signed) to a # remote url via scp. # -# - Can optinally be included in another git repository +# - Can optionally be included in another git repository # (encrypted or plain+signed), commited and pushed # to a remote repository (ikiwiki instance, etc). # @@ -34,7 +34,7 @@ # # - First, "keyringer <keyring> preferences edit # basic canary preferences". # -# - Then, add the following at your ~/.profile or wherever you want your canary +# - Then, add the following to your ~/.profile or wherever you want your canary # be called from: "keyringer <keyring> canary". # Load functions |