diff options
author | Bruce Momjian | 2003-11-12 03:28:45 +0000 |
---|---|---|
committer | Bruce Momjian | 2003-11-12 03:28:45 +0000 |
commit | 734c9e0382b7c386d9288aaca273ed553c754dd5 (patch) | |
tree | e792da745d147daf4ff3c6d93460162506312b58 | |
parent | d55e26257bfbf3aef1375e3d77c38aeb6a7c5ce7 (diff) |
Typo fix in comment from David Wheeler
-rwxr-xr-x | contrib/start-scripts/PostgreSQL.darwin | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/start-scripts/PostgreSQL.darwin b/contrib/start-scripts/PostgreSQL.darwin index 987c162f29..b27f672003 100755 --- a/contrib/start-scripts/PostgreSQL.darwin +++ b/contrib/start-scripts/PostgreSQL.darwin @@ -18,9 +18,9 @@ # # POSTGRESQLSERVER=-YES- # -# The startup bundle will now be read to go. To prevent this script from +# The startup bundle will now be ready to go. To prevent this script from # starting PostgreSQL at system startup, simply change that line in -# /etc/hostconfig to: +# /etc/hostconfig back to: # # POSTGRESQLSERVER=-NO- # |