Browse Source

Merge pull request #125 from kaneawk/p4

Fix typo
lj2007331 7 years ago
parent
commit
190ae36e3d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      uninstall.sh

+ 1 - 1
uninstall.sh

@@ -99,7 +99,7 @@ Print_MySQL() {
   [ -e "/etc/my.cnf" ] && echo "/etc/my.cnf"
 }
 
-Print_PosgreSQL() {
+Print_PostgreSQL() {
   [ -e "${pgsql_install_dir}" ] && echo "${pgsql_install_dir}"
   [ -e "/etc/init.d/postgresql" ] && echo "/etc/init.d/postgresql"
 }