From 87a32c8524548cd941fa21a9bc8c43045fd38bce Mon Sep 17 00:00:00 2001
From: "timeless%mac.com" <>
Date: Mon, 24 Dec 2001 07:23:22 +0000
Subject: [PATCH] Bugzilla Bug 106386 rid source of these misspellings:
 persistant persistance priviledge protocal editting editted targetted
 targetting r='s from many people. sr=jst

---
 UPGRADING-pre-2.8 | 2 +-
 syncshadowdb      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/UPGRADING-pre-2.8 b/UPGRADING-pre-2.8
index 3c98c2c36..b01d98269 100644
--- a/UPGRADING-pre-2.8
+++ b/UPGRADING-pre-2.8
@@ -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.
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();
-- 
2.24.1