TT#37391 Fix minor typos

s/successfuly/successfully/
s/retreive/retrieve/

Change-Id: I839a9c9c00b47f91b35e188c54b06ccd3cc3636c
changes/56/21656/1
Michael Prokop 8 years ago
parent 26ba0340b6
commit 66f4772ec6

@ -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:-}"

@ -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;

@ -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

Loading…
Cancel
Save