Fix typos

This commit is contained in:
syeopite 2025-06-06 18:55:16 -07:00
parent 2e7b7fbda7
commit 8d6f679019
No known key found for this signature in database
GPG key ID: A73C186DA3955A1A
16 changed files with 28 additions and 28 deletions

View file

@ -18,7 +18,7 @@ sudo systemctl start postgresql.service
sudo systemctl enable postgresql.service
#
# Create databse and user
# Create database and user
#
if [ "$interactive" = "true" ]; then
@ -51,7 +51,7 @@ if [ "$interactive" = "true" ]; then
echo " NOTICE "
echo "-------------"
echo
echo "Make sure that your postgreSQL's pg_hba.conf file contains the follwong"
echo "Make sure that your postgreSQL's pg_hba.conf file contains the following"
echo "lines before previous 'host' configurations:"
echo
echo "host invidious kemal 127.0.0.1/32 md5"