summaryrefslogtreecommitdiffstats
path: root/syncshadowdb
diff options
context:
space:
mode:
authortimeless%mac.com <>2001-12-24 08:23:22 +0100
committertimeless%mac.com <>2001-12-24 08:23:22 +0100
commit87a32c8524548cd941fa21a9bc8c43045fd38bce (patch)
tree11ad1fb39aa28f34083e254d0b4e23cbcbcaf47e /syncshadowdb
parent8506c10a38e096e0e27f5f46885513c69d549bca (diff)
downloadbugzilla-87a32c8524548cd941fa21a9bc8c43045fd38bce.tar.gz
bugzilla-87a32c8524548cd941fa21a9bc8c43045fd38bce.tar.xz
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst
Diffstat (limited to 'syncshadowdb')
-rwxr-xr-xsyncshadowdb2
1 files changed, 1 insertions, 1 deletions
diff --git a/syncshadowdb b/syncshadowdb
index b60807a99..18c4528dc 100755
--- a/syncshadowdb
+++ b/syncshadowdb
@@ -105,7 +105,7 @@ my $wasshutdown = "";
if ($shutdown) {
Verbose ("Shutting down bugzilla and waiting for connections to clear");
# Record the old shutdownhtml so it can be restored at the end (this will
- # only be an issue if we are called using the -force comand line param)
+ # only be an issue if we are called using the -force command line param)
$wasshutdown = Param("shutdownhtml");
$::param{'shutdownhtml'} = $shutdown_msg;
WriteParams();