Fix typo in upgrade
authorDavid Christensen <david@endpoint.com>
Wed, 27 Jan 2016 18:22:07 +0000 (12:22 -0600)
committerDavid Christensen <david@endpoint.com>
Wed, 27 Jan 2016 18:22:07 +0000 (12:22 -0600)
bucardo

diff --git a/bucardo b/bucardo
index f501e16fb321f49c078c93e48ae2c49ee375424b..12ed2fac19e4d78125f3a2cc1239ca523a8b32cc 100755 (executable)
--- a/bucardo
+++ b/bucardo
@@ -8466,7 +8466,7 @@ sub upgrade {
         my $current_comment =
             $type eq 'table' ? table_comment($schema,$relation)
             : $type eq 'domain' ? domain_comment($schema,$relation)
-            : 'Unkonwn type';
+            : 'Unknown type';
         if ($current_comment ne $comment) {
             upgrade_and_log($full);
             clog (length $current_comment