summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-03-28 14:01:58 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-03-28 14:01:58 +0200
commitc445d99d4f8aae6932a5385b8fbfb77a77acbff5 (patch)
treebd761af206a17c7d8143e787b2e061ff39b5c83c
parent2c9730357fd62c75f38673617927449a42c23fe9 (diff)
downloadtar-c445d99d4f8aae6932a5385b8fbfb77a77acbff5.tar.gz
tar-c445d99d4f8aae6932a5385b8fbfb77a77acbff5.tar.bz2
Minor change
* scripts/backup.in: Fix typo
-rw-r--r--scripts/backup.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/backup.in b/scripts/backup.in
index 1093748a..027e82dd 100644
--- a/scripts/backup.in
+++ b/scripts/backup.in
@@ -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.

Return to:

Send suggestions and report system problems to the System administrator.