From 97e50a2aae4a3e93669c2d327159a28fcbe9acfe Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 4 Apr 2013 20:16:34 +0000 Subject: [PATCH] Fix typo git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15834 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Common.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Common.pm b/perl-xCAT/xCAT/Common.pm index 34df42054..0ec8ac046 100644 --- a/perl-xCAT/xCAT/Common.pm +++ b/perl-xCAT/xCAT/Common.pm @@ -8,7 +8,7 @@ use File::stat; use File::Copy; use xCAT::Usage; use Thread qw/yield/; -use Storabe qw/store_fd fd_retrieve/; +use Storable qw/store_fd fd_retrieve/; BEGIN {