فهرست منبع

Minor english grammar correction. No package was rolled to reflect this change.

Michael Schloh von Bennewitz 22 سال پیش
والد
کامیت
f8ba65141f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      postgresql/postgresql.spec

+ 1 - 1
postgresql/postgresql.spec

@@ -382,7 +382,7 @@ AutoReqProv:  no
         ( echo "An initial PostgreSQL DB was created with the two standard"
           echo "databases 'template0' and 'template1'. The owner of both"
           echo "is the DB user '$l_pguser'. Its initial password is '$l_pgpass'."
-          echo "After starting PostgreSQL you should change this as quick as"
+          echo "After starting PostgreSQL you should change this as soon as"
           echo "possible with the following command:"
           echo "\$ $RPM_INSTALL_PREFIX/bin/psql -U $l_pguser -d template1 \\"
           echo "  -c \"ALTER USER $l_pguser WITH PASSWORD '<new-password>'\""