From 403f53c0d841e2a9f5991d3e6a9cb7704a83cf40 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 8 Feb 2011 21:47:38 +1300 Subject: [PATCH] Bug 2742 : Fix typo --- installer/data/mysql/updatedatabase.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index c510e2f7e2..d9b546b852 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -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); } -- 2.39.2