From: Micah Anderson Date: Tue, 19 Mar 2013 22:05:45 +0000 (-0400) Subject: fix typos X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=441d01ef891636c3f7a8084c309db273e8ee33e5;p=leap%2Fleap_cli.git fix typos --- 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 #