summaryrefslogtreecommitdiffstats
path: root/syncshadowdb
diff options
context:
space:
mode:
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();