Typo
authorGreg Sabino Mullane <greg@endpoint.com>
Fri, 31 Jul 2015 10:52:15 +0000 (06:52 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Fri, 31 Jul 2015 10:52:15 +0000 (06:52 -0400)
bucardo

diff --git a/bucardo b/bucardo
index 5a855f9444bee2c5c8eb969dd3c64e0e55b605b9..f358a88d605e91812a412218a9ceb681c86c6429 100755 (executable)
--- a/bucardo
+++ b/bucardo
@@ -4983,7 +4983,7 @@ AND nspname !~ '^pg_'
         ## In case someone entered duplicate arguments
         next if $seenit{$item}++;
 
-        ## Skip if this is not a tablename, but an arguement of the form x=y
+        ## Skip if this is not a tablename, but an argument of the form x=y
         next if index($item, '=') >= 0;
 
         ## Determine if this item has a dot in it, and/or it is using wildcards