diff options
author | Micah Anderson <micah@riseup.net> | 2013-03-19 18:05:45 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-03-19 18:05:58 -0400 |
commit | 441d01ef891636c3f7a8084c309db273e8ee33e5 (patch) | |
tree | 952cd4eeccb1ddeb00cea1174e6396364f9a326a /lib/leap_cli | |
parent | 24ca5c6bc02ff03168d72cf3fcd2b757ab4f741c (diff) |
fix typos
Diffstat (limited to 'lib/leap_cli')
-rw-r--r-- | lib/leap_cli/util/secret.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/leap_cli/util/secret.rb b/lib/leap_cli/util/secret.rb index 78f363e..691065f 100644 --- a/lib/leap_cli/util/secret.rb +++ b/lib/leap_cli/util/secret.rb @@ -1,8 +1,8 @@ # # A simple alphanumeric secret generator, with no ambiguous characters. # -# Only alphanumerics are allows, in order to make these passwords work -# for REST url calls and to allow you to easily copy and past them. +# Only alphanumerics are allowed, in order to make these passwords work +# for REST url calls and to allow you to easily copy and paste them. # # Uses OpenSSL random number generator instead of Ruby's rand function # |