X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=server-src%2Famcheckdump.pl;fp=server-src%2Famcheckdump.pl;h=e277e24b9290e00c8ec8f03efbdbc3f9d878be0f;hb=691567b16c13087b31ee4c2b6d038e57872fae82;hp=92382e909f96ec73bf16307b8a000f72a8a87741;hpb=cc7d7b45afc706099acf7ff2490ec5667d370651;p=debian%2Famanda diff --git a/server-src/amcheckdump.pl b/server-src/amcheckdump.pl index 92382e9..e277e24 100644 --- a/server-src/amcheckdump.pl +++ b/server-src/amcheckdump.pl @@ -1,9 +1,10 @@ #! @PERL@ # Copyright (c) 2007-2012 Zmanda, Inc. All Rights Reserved. # -# This program is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 2 as published -# by the Free Software Foundation. +# 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 the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -518,7 +519,7 @@ sub main { if ($all_success) { print "All images successfully validated\n"; } else { - print "Some images failed to be correclty validated.\n"; + print "Some images failed to be correctly validated.\n"; $exit_code = 1; }