소스 검색

Fixed typo

Daniel Gibbs 11 년 전
부모
커밋
04313dfa73
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      functions/fn_getopt

+ 5 - 5
functions/fn_getopt

@@ -23,7 +23,7 @@ case "$getopt" in
 		forceupdate=1;
 		fn_update_check;;
 	update-functions)
-		fn_update_funtions;;
+		fn_update_functions;;
 	validate)
 		fn_validate;;
 	monitor)
@@ -60,7 +60,7 @@ case "$getopt" in
 	update)
 		fn_update_check;;
 	update-functions)
-		fn_update_funtions;;
+		fn_update_functions;;
 	monitor)
 		fn_monitor;;
 	email-test)
@@ -85,7 +85,7 @@ case "$getopt" in
 	restart)
 		fn_restart;;
 	update-functions)
-		fn_update_funtions;;
+		fn_update_functions;;
 	monitor)
 		fn_monitor;;
 	email-test)
@@ -127,7 +127,7 @@ case "$getopt" in
 		forceupdate=1;
 		fn_update_check;;
 	update-functions)
-		fn_update_funtions;;
+		fn_update_functions;;
 	validate)
 		fn_validate;;
 	monitor)
@@ -165,7 +165,7 @@ case "$getopt" in
 	restart)
 		fn_restart;;
 	update-functions)
-		fn_update_funtions;;
+		fn_update_functions;;
 	monitor)
 		fn_monitor;;
 	email-test)