Commit 87a32c85 authored by timeless%mac.com's avatar timeless%mac.com

Bugzilla Bug 106386 rid source of these misspellings: persistant persistance…

Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting r='s from many people. sr=jst
parent 8506c10a
...@@ -255,7 +255,7 @@ column, but you might as well be safe and add it anyway: ...@@ -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; 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 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 could just do the below simple command. If you have bugs with this value, you
may need to do something more complicated. may need to do something more complicated.
......
...@@ -105,7 +105,7 @@ my $wasshutdown = ""; ...@@ -105,7 +105,7 @@ my $wasshutdown = "";
if ($shutdown) { if ($shutdown) {
Verbose ("Shutting down bugzilla and waiting for connections to clear"); Verbose ("Shutting down bugzilla and waiting for connections to clear");
# Record the old shutdownhtml so it can be restored at the end (this will # 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"); $wasshutdown = Param("shutdownhtml");
$::param{'shutdownhtml'} = $shutdown_msg; $::param{'shutdownhtml'} = $shutdown_msg;
WriteParams(); WriteParams();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment