Ver Fonte

Fix typo

kaneawk há 7 anos atrás
pai
commit
3bc5cd72b2
1 ficheiros alterados com 1 adições e 1 exclusões
  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"
 }