From: Simon Ruderich Date: Wed, 2 Apr 2014 21:11:11 +0000 (+0200) Subject: bin/rsleep: fix typo in comment X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=a1e0987313b3f3dfa280cd773e327878b56e2383 bin/rsleep: fix typo in comment --- diff --git a/bin/rsleep b/bin/rsleep index 120ec2e..9b953c5 100755 --- a/bin/rsleep +++ b/bin/rsleep @@ -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