From 4faedc7dbe7aba5605342683cb4bbabdc91e2f38 Mon Sep 17 00:00:00 2001 From: Pierre CLEMENT Date: Tue, 6 May 2014 22:47:04 +0200 Subject: [PATCH] spelling correction --- sync.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.conf b/sync.conf index d0e1d82..91a2817 100755 --- a/sync.conf +++ b/sync.conf @@ -25,7 +25,7 @@ LOGFILE="" ## List of directories to exclude from sync on both sides (rsync patterns, wildcards work). ## Paths are relative to sync dirs. List elements are separated by a semicolon. RSYNC_EXCLUDE_PATTERN="tmp;archives" -## File that containes the list of directories or files to exclude from sync on both sides. +## File that contains the list of directories or files to exclude from sync on both sides. ## Paths are relative to sync dirs. One element per line. RSYNC_EXCLUDE_FROM="files.exclude" ## List elements separator char. You may set an alternative seperator char for your directories lists above.