Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/fs/ffs spelling



details:   https://anonhg.NetBSD.org/src/rev/91c5454f9eb3
branches:  trunk
changeset: 784209:91c5454f9eb3
user:      dholland <dholland%NetBSD.org@localhost>
date:      Tue Jan 22 06:24:11 2013 +0000

description:
spelling

diffstat:

 tests/fs/ffs/t_miscquota.sh |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r ccbd508012ce -r 91c5454f9eb3 tests/fs/ffs/t_miscquota.sh
--- a/tests/fs/ffs/t_miscquota.sh       Tue Jan 22 01:50:25 2013 +0000
+++ b/tests/fs/ffs/t_miscquota.sh       Tue Jan 22 06:24:11 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_miscquota.sh,v 1.7 2012/09/30 21:26:58 bouyer Exp $ 
+# $NetBSD: t_miscquota.sh,v 1.8 2013/01/22 06:24:11 dholland Exp $ 
 #
 #  Copyright (c) 2011 Manuel Bouyer
 #  All rights reserved.
@@ -53,10 +53,10 @@
     -oRL le 1 user
 
 
-test_case_root defaut_deny_user quota_defaut_deny \
+test_case_root default_deny_user quota_default_deny \
     "new quota entry denied by default entry" 5 -b le 1 user
 
-test_case_root defaut_deny_user_big quota_defaut_deny \
+test_case_root default_deny_user_big quota_default_deny \
     "new quota entry denied by default entry, with list on more than one block" 5000 -b le 1 user
 
 
@@ -170,7 +170,7 @@
        rump_quota_shutdown
 }
 
-quota_defaut_deny()
+quota_default_deny()
 {
        local nusers=$1; shift
        create_ffs_server $*



Home | Main Index | Thread Index | Old Index