aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/util
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-03-19 18:05:45 -0400
committerMicah Anderson <micah@riseup.net>2013-03-19 18:05:58 -0400
commit441d01ef891636c3f7a8084c309db273e8ee33e5 (patch)
tree952cd4eeccb1ddeb00cea1174e6396364f9a326a /lib/leap_cli/util
parent24ca5c6bc02ff03168d72cf3fcd2b757ab4f741c (diff)
downloadleap_cli-441d01ef891636c3f7a8084c309db273e8ee33e5.tar.gz
leap_cli-441d01ef891636c3f7a8084c309db273e8ee33e5.tar.bz2
fix typos
Diffstat (limited to 'lib/leap_cli/util')
-rw-r--r--lib/leap_cli/util/secret.rb4
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
#