]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
nuke.py: Fix some spelling/capitalization errors. 776/head
authorDan Mick <dan.mick@redhat.com>
Tue, 26 Jan 2016 02:05:39 +0000 (18:05 -0800)
committerDan Mick <dan.mick@redhat.com>
Wed, 27 Jan 2016 20:59:35 +0000 (12:59 -0800)
Signed-off-by: Dan Mick <dan.mick@redhat.com>
teuthology/nuke.py

index f388ee95041abd844090fce852a2cb3f678ae9ce..c63960258761ac3b1f23d8e77588fe070df3c308 100644 (file)
@@ -726,11 +726,11 @@ def nuke_helper(ctx, should_unlock):
     remove_configuration_files(ctx)
     log.info('Removing any multipath config/pkgs...')
     undo_multipath(ctx)
-    log.info('Reseting syslog output locations...')
+    log.info('Resetting syslog output locations...')
     reset_syslog_dir(ctx)
     log.info('Clearing filesystem of test data...')
     remove_testing_tree(ctx)
-    log.info('Filesystem Cleared.')
+    log.info('Filesystem cleared.')
     remove_yum_timedhosts(ctx)
     remove_installed_packages(ctx)
     log.info('Installed packages removed.')