From 4d4cdd3b3fcb4451b6d9a9545aeddd4cb195a605 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 7 Nov 2018 22:59:20 +0300 Subject: Fix comment typo --- bpkg-rep/publish.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[*]}" \ -- cgit v1.1