diff options
author | bbaetz%student.usyd.edu.au <> | 2002-11-19 17:20:59 +0000 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-11-19 17:20:59 +0000 |
commit | 26cd6355401a18a88d178ebfa023838096f44480 (patch) | |
tree | 08829524a0fc2d06ce543a0e99aeff9a8cfebc39 /defparams.pl | |
parent | Bug 124589 - support database replication (diff) | |
download | bugzilla-26cd6355401a18a88d178ebfa023838096f44480.tar.gz bugzilla-26cd6355401a18a88d178ebfa023838096f44480.tar.bz2 bugzilla-26cd6355401a18a88d178ebfa023838096f44480.zip |
Typo fix from bug 124589. oops
r, a=myk
Diffstat (limited to 'defparams.pl')
-rw-r--r-- | defparams.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/defparams.pl b/defparams.pl index ba95f5fd5..f518a2de1 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 <tt>shadowdbport</tt> and ' . '<tt>shadowdbsock</tt> parameters below, which means that this ' . - 'parameter <em>must be filled in<em> if your shadow database is ' . + 'parameter <em>must be filled in</em> 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 <tt>updateshadowdb<tt> must be off if the shadow database ' . + 'that <tt>updateshadowdb</tt> 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, ' . |