From b7a92b20f8c139fff7e0febc0275c25c5c254d94 Mon Sep 17 00:00:00 2001
From: Silvio Rhatto <rhatto@riseup.net>
Date: Thu, 10 May 2012 21:26:38 -0300
Subject: [PATCH] Fixing typos (#3868)

---
 handlers/rsync.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/handlers/rsync.in b/handlers/rsync.in
index 31449c2..5d8c777 100644
--- a/handlers/rsync.in
+++ b/handlers/rsync.in
@@ -423,7 +423,7 @@ function rotate_long {
         fi
         # Validate created date
         if [ -z "$created" ] || echo $created | grep -v -q -e '^[0-9]*$'; then
-           warning "Invalid metatada $created. Skipping rotation."
+           warning "Invalid metadata $created. Skipping rotation."
            break
         fi
         cutoff_time=$(( now - (seconds*(i-1)) ))
@@ -546,7 +546,7 @@ function rotate_long_remote {
         fi
         # Validate created date
         if [ -z "\$created" ] || echo \$created | grep -v -q -e '^[0-9]*$'; then
-           echo "Warning: Invalid metatada \$created. Skipping rotation."
+           echo "Warning: Invalid metadata \$created. Skipping rotation."
            break
         fi
         cutoff_time=\$(( now - (seconds*(i-1)) ))
-- 
GitLab