From 66f4772ec619c06402df546e1d9a28c95a608259 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 5 Jun 2018 21:30:05 +0200 Subject: [PATCH] TT#37391 Fix minor typos s/successfuly/successfully/ s/retreive/retrieve/ Change-Id: I839a9c9c00b47f91b35e188c54b06ccd3cc3636c --- functions/main | 2 +- helper/sync-db | 2 +- scripts/clean | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/main b/functions/main index 39288a41..d779e114 100644 --- a/functions/main +++ b/functions/main @@ -116,7 +116,7 @@ get_branch_status() { fi } -## important variables we depend on to operate successfuly {{{ +## important variables we depend on to operate successfully {{{ # support test suite which requires system independent configuration if [ -r "${NGCPCFG:-}" ] ; then log_debug "sourcing configuration file ${NGCPCFG:-}" diff --git a/helper/sync-db b/helper/sync-db index b5bde544..afed2387 100755 --- a/helper/sync-db +++ b/helper/sync-db @@ -199,7 +199,7 @@ sub sync_db_timezones { }; unless ($tzinfo_version && $tzinfo_version =~ /Version:\s*(\S+)/) { - print "Error: Could not retreive tzdata package version\n"; + print "Error: Could not retrieve tzdata package version\n"; return; } $tzinfo_version = $1; diff --git a/scripts/clean b/scripts/clean index 0555ed54..9e23899e 100755 --- a/scripts/clean +++ b/scripts/clean @@ -361,7 +361,7 @@ if ${branches} ; then fi if [ "${RC}" = "0" ] ; then - log_info "All operations were finished successfuly. Good to be clean!" + log_info "All operations were finished successfully. Good to be clean!" else log_error "Some operations finished with an error, see details above." fi