aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-11-07 22:59:20 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-11-07 22:59:20 +0300
commit4d4cdd3b3fcb4451b6d9a9545aeddd4cb195a605 (patch)
tree402a3c3f4301bdf2f3c0e793a5536e55b0923c22
parent0d3cf63637c407e811a31e826e867ad8ac5d96c1 (diff)
Fix comment typo
-rw-r--r--bpkg-rep/publish.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg-rep/publish.in b/bpkg-rep/publish.in
index 32804f6..522a297 100644
--- a/bpkg-rep/publish.in
+++ b/bpkg-rep/publish.in
@@ -319,7 +319,7 @@ for d in "${destinations[@]}"; do
# --prune-empty-dirs (remove empty dirs)
# --delete-after (delete entries after the transfer)
#
- # We also exclude hiddent files (start with dot).
+ # We also exclude hidden files (start with dot).
#
run rsync -v -rltO -c --chmod=ugo=rwX --safe-links --delay-updates \
--exclude '.*' --prune-empty-dirs --delete-after -e "ssh ${ssh_options[*]}" \