Typo fix: s/Perfoming/Performing/ in preflight task MSU notification.

git-svn-id: http://munki.googlecode.com/svn/trunk@978 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
Justin McWilliams
2010-12-15 18:13:56 +00:00
parent 6eab17d7ea
commit f098fb9d1d
+1 -1
View File
@@ -439,7 +439,7 @@ def main():
# run the preflight script if it exists
preflightscript = os.path.join(scriptdir, 'preflight')
if os.path.exists(preflightscript):
munkicommon.display_status('Perfoming preflight tasks...')
munkicommon.display_status('Performing preflight tasks...')
try:
result, output = utils.runExternalScript(preflightscript, runtype)
munkicommon.display_info(output)