From ed8c9c7f3096c626c9a0419626524f477d3ae854 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Sat, 2 Apr 2011 19:39:51 +0000 Subject: - use 'cannot' instead of 'can not' - use 'LDAP' instead of 'Ldap' --- perl-install/fs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs.pm') diff --git a/perl-install/fs.pm b/perl-install/fs.pm index 9af2232ef..713feb843 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -56,7 +56,7 @@ sub read_fstab { $fs_type = $1; #- with supermount, the type could be something like ext2:vfat - #- but this can not be done without supermount, so switching to "auto" + #- but this cannot be done without supermount, so switching to "auto" $fs_type = 'auto' if $fs_type =~ /:/; 0; -- cgit v1.2.1