summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2006-01-05 13:39:23 +0000
committermaxim <maxim@FreeBSD.org>2006-01-05 13:39:23 +0000
commite065d5a1853d5ac2323fc116b1b2462841c0160e (patch)
treef7baed050f5477aea57decf1789caf2fa9013662
parent68c14649be4f4562933d744904c5b74e9006aad3 (diff)
downloadFreeBSD-src-e065d5a1853d5ac2323fc116b1b2462841c0160e.zip
FreeBSD-src-e065d5a1853d5ac2323fc116b1b2462841c0160e.tar.gz
o Typo in the debug message: s/skiped/skipped.
PR: kern/91346 Submitted by: Gavin Atkinson
-rw-r--r--sys/fs/ntfs/ntfs_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/ntfs/ntfs_subr.c b/sys/fs/ntfs/ntfs_subr.c
index fb94ea0..cbe776b 100644
--- a/sys/fs/ntfs/ntfs_subr.c
+++ b/sys/fs/ntfs/ntfs_subr.c
@@ -1092,7 +1092,7 @@ ntfs_isnamepermitted(
switch (iep->ie_fnametype) {
case 2:
- ddprintf(("ntfs_isnamepermitted: skiped DOS name\n"));
+ ddprintf(("ntfs_isnamepermitted: skipped DOS name\n"));
return 0;
case 0: case 1: case 3:
return 1;
OpenPOWER on IntegriCloud