]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
bin/rsleep: fix typo in comment
authorSimon Ruderich <simon@ruderich.org>
Wed, 2 Apr 2014 21:11:11 +0000 (23:11 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 29 Apr 2014 13:22:35 +0000 (15:22 +0200)
bin/rsleep

index 120ec2e5071463693d1186de4d091e387523360e..9b953c55b885187f7985f2c4e539db28c9e0c4a8 100755 (executable)
@@ -1,8 +1,8 @@
 #!/usr/bin/perl
 
-# Sleep randomly betwenn 0 and $ARGV[0] seconds.
+# Sleep randomly between 0 and $ARGV[0] seconds.
 
-# Copyright (C) 2013  Simon Ruderich
+# Copyright (C) 2013-2014  Simon Ruderich
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by