From 84a604336147a2196400c41d28c8a81c3daa9b0b Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Mon, 20 Feb 2012 14:35:38 +0000 Subject: [PATCH] Fixed misspelling of xCAT::SvrUtils git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11639 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/snmove.pm | 2 +- xCAT-server/lib/xcat/plugins/syncfiles.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/snmove.pm b/xCAT-server/lib/xcat/plugins/snmove.pm index 8888dbbc7..84354668a 100644 --- a/xCAT-server/lib/xcat/plugins/snmove.pm +++ b/xCAT-server/lib/xcat/plugins/snmove.pm @@ -22,7 +22,7 @@ use xCAT::Table; use xCAT::Utils; use xCAT::NetworkUtils; use xCAT::MsgUtils; -use xCAT::SrvUtils; +use xCAT::SvrUtils; use Getopt::Long; use xCAT::NodeRange; diff --git a/xCAT-server/lib/xcat/plugins/syncfiles.pm b/xCAT-server/lib/xcat/plugins/syncfiles.pm index 0339e4b8d..f736cfe3b 100644 --- a/xCAT-server/lib/xcat/plugins/syncfiles.pm +++ b/xCAT-server/lib/xcat/plugins/syncfiles.pm @@ -10,7 +10,7 @@ package xCAT_plugin::syncfiles; use xCAT::Utils; use xCAT::MsgUtils; -use xCAT::SrvUtils; +use xCAT::SvrUtils; use xCAT::NodeRange; 1;