diff options
| -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  # | 
