Bug 2742 : Fix typo
authorChris Cormack <chrisc@catalyst.net.nz>
Tue, 8 Feb 2011 08:47:38 +0000 (21:47 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 8 Feb 2011 08:47:38 +0000 (21:47 +1300)
installer/data/mysql/updatedatabase.pl

index c510e2f..d9b546b 100755 (executable)
@@ -3991,7 +3991,7 @@ $DBversion = '3.03.00.018';
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do( q|update language_descriptions set description = 'Nederlands' where lang = 'nl' and subtag = 'nl'|);
     $dbh->do( q|update language_descriptions set description = 'Dansk' where lang = 'da' and subtag = 'da'|);
-    print "Upgrade to $DBversion done (Correct lnaguage descriptions)\n";
+    print "Upgrade to $DBversion done (Correct language descriptions)\n";
     SetVersion ($DBversion);
 }