diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2010-10-04 21:13:44 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2010-10-04 21:13:44 -0700 |
commit | 7ff0279ef1f00db46e6355064baef1a543494add (patch) | |
tree | 803438a161ae90ad85fe739045f270d279578aa4 /lognotify.rb | |
parent | e028675bad7cd2d3b5d30319df254de8bf14f8d9 (diff) | |
download | lognotify-7ff0279ef1f00db46e6355064baef1a543494add.tar.gz lognotify-7ff0279ef1f00db46e6355064baef1a543494add.tar.xz |
Reword a comment...
Diffstat (limited to 'lognotify.rb')
-rwxr-xr-x | lognotify.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lognotify.rb b/lognotify.rb index 20ddaaa..bebc9a3 100755 --- a/lognotify.rb +++ b/lognotify.rb @@ -137,7 +137,7 @@ ARGV.each do |identifier| puts '* Number of new lines: ' + newlines.lines.count.to_s - # No need to inform the user about this. + # No need to inform the user of this. verify_hash(identifier, hash, newlines) unless newlines.lines.count.zero? |