Przeglądaj źródła

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

Michael Schloh von Bennewitz 22 lat temu
rodzic
commit
f8ba65141f
1 zmienionych plików z 1 dodań i 1 usunięć
  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>'\""