]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviled...
authortimeless%mac.com <>
Mon, 24 Dec 2001 07:23:22 +0000 (07:23 +0000)
committertimeless%mac.com <>
Mon, 24 Dec 2001 07:23:22 +0000 (07:23 +0000)
r='s from many people. sr=jst

UPGRADING-pre-2.8
syncshadowdb

index 3c98c2c364271c05a0613eb8f3f8002f84f49c1d..b01d9826943154dcd50f65ac0f4705ee41966b1e 100644 (file)
@@ -255,7 +255,7 @@ column, but you might as well be safe and add it anyway:
        alter table products add column milestoneurl tinytext not null;
 
 
-1/29/99 Whoops; had a mispelled op_sys.  It was "Mac System 7.1.6"; it should
+1/29/99 Whoops; had a misspelled op_sys.  It was "Mac System 7.1.6"; it should
 be "Mac System 7.6.1".  It turns out I had no bugs with this value set, so I
 could just do the below simple command.  If you have bugs with this value, you
 may need to do something more complicated.
index b60807a99149032d0f73f6d379fc6244421afca9..18c4528dc3e630fa9f44632f675532b0669bcbe8 100755 (executable)
@@ -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();