]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
Minor change
authorSergey Poznyakoff <gray@gnu.org>
Thu, 28 Mar 2019 12:01:58 +0000 (14:01 +0200)
committerSergey Poznyakoff <gray@gnu.org>
Thu, 28 Mar 2019 12:01:58 +0000 (14:01 +0200)
* scripts/backup.in: Fix typo

scripts/backup.in

index 1093748a8c8f33ca8bae928be734c6e75d6bad7f..027e82dde0a0bf4c524e11e87f498f30b5daa9d8 100644 (file)
@@ -1,7 +1,7 @@
 #! /bin/sh
 # Make backups.
 
-# Copyright 2004-2006, 2013 Free Software Foundation
+# Copyright 2004-2006, 2013, 2019 Free Software Foundation
 
 # This file is part of GNU tar.
 
@@ -149,7 +149,7 @@ message 20 "Variables:"
 message 20 "BACKUP_DIRS=$BACKUP_DIRS"
 message 20 "BACKUP_FILES=$BACKUP_FILES"
 
-# The buch of commands below is run in a subshell for which all output is
+# The bunch of commands below is run in a subshell for which all output is
 # piped through 'tee' to the logfile.  Doing this, instead of having
 # multiple pipelines all over the place, is cleaner and allows access to
 # the exit value from various commands more easily.