o Typo in the debug message: s/skiped/skipped.

PR:		kern/91346
Submitted by:	Gavin Atkinson
This commit is contained in:
Maxim Konovalov 2006-01-05 13:39:23 +00:00
parent 4c2f782357
commit 98a95f61fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=154054

View File

@ -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;