]> gitweb.fluxo.info Git - leap/leap_cli.git/commitdiff
fix typos
authorMicah Anderson <micah@riseup.net>
Tue, 19 Mar 2013 22:05:45 +0000 (18:05 -0400)
committerMicah Anderson <micah@riseup.net>
Tue, 19 Mar 2013 22:05:58 +0000 (18:05 -0400)
lib/leap_cli/util/secret.rb

index 78f363e5a5fac0bd914a7c7c7a8d9c7cd3b73c95..691065f27d9d7e0f853852da71c521fc6f78f985 100644 (file)
@@ -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
 #