From 04313dfa737c9a4db029339a2467ae06e8365d2e Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 19 May 2015 21:19:07 +0100 Subject: [PATCH] Fixed typo --- functions/fn_getopt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/functions/fn_getopt b/functions/fn_getopt index 3d37713e0..b745441c0 100644 --- a/functions/fn_getopt +++ b/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)