From e82650639fd7c2a2fc288f7a11a7182577b733e3 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Mon, 25 Jan 2016 18:05:39 -0800 Subject: [PATCH] nuke.py: Fix some spelling/capitalization errors. Signed-off-by: Dan Mick --- teuthology/nuke.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teuthology/nuke.py b/teuthology/nuke.py index f388ee9504..c639602587 100644 --- a/teuthology/nuke.py +++ b/teuthology/nuke.py @@ -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.') -- 2.39.5