From a1e0987313b3f3dfa280cd773e327878b56e2383 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 2 Apr 2014 23:11:11 +0200 Subject: [PATCH] bin/rsleep: fix typo in comment --- bin/rsleep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.44.1