From: bbaetz%student.usyd.edu.au <> Date: Tue, 19 Nov 2002 17:20:59 +0000 (+0000) Subject: Typo fix from bug 124589. oops X-Git-Tag: bugzilla-2.17.2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26cd6355401a18a88d178ebfa023838096f44480;p=thirdparty%2Fbugzilla.git Typo fix from bug 124589. oops r, a=myk --- diff --git a/defparams.pl b/defparams.pl index ba95f5fd56..f518a2de1f 100644 --- a/defparams.pl +++ b/defparams.pl @@ -292,10 +292,10 @@ sub check_netmask { 'assume it\'s on the main database host (as defined in ' . 'localconfig) and ingore the shadowdbport and ' . 'shadowdbsock parameters below, which means that this ' . - 'parameter must be filled in if your shadow database is ' . + 'parameter must be filled in if your shadow database is ' . 'on a different instance of the mysql server, even if that ' . 'instance runs on the same machine as the main database. Note ' . - 'that updateshadowdb must be off if the shadow database ' . + 'that updateshadowdb must be off if the shadow database ' . 'is on a difference mysql instance, since Bugzilla can\'t ' . 'propogate changes between instances itself, and this should be ' . 'left blank if the shadow database is on the same instance, ' .