1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-12 21:01:52 +03:00

Use "alternative" instead of "alternate" where it is clearer.

This commit is contained in:
Peter Eisentraut
2007-11-07 12:24:24 +00:00
parent e9d7bd2650
commit 5f9869d0ee
20 changed files with 37 additions and 37 deletions

View File

@ -196,7 +196,7 @@ that establishes an SSH tunnel when the program is launched:
/usr/bin/ssh -1 -i $IDENTITY -n $HOST 'sleep 60' & \
/usr/bin/psql -h $HOST -p 5555 $1
Alternately, the system could run a daemon that establishes and maintains
Alternatively, the system could run a daemon that establishes and maintains
the tunnel. This is preferrable when multiple users need to establish
similar tunnels to the same remote site.