Changes by: cha0smaster
Update of /cvsroot/linux-ntfs/ntfsprogs/libntfs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13237/libntfs
Modified Files:
attrib.c
Log Message:
Fix typos, patch from debian version of nftsprogs 1.9.4-2.
Index: attrib.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/libntfs/attrib.c,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -p -r1.165 -r1.166
--- attrib.c 2 Jul 2005 19:16:18 -0000 1.165
+++ attrib.c 5 Jul 2005 16:34:16 -0000 1.166
@@ -83,7 +83,7 @@ s64 ntfs_get_attribute_value(const ntfs_
}
/* Complex attribute? */
if (a->flags) {
- Dputs("Enountered non-zero attribute flags. Cannot handle "
+ Dputs("Encountered non-zero attribute flags. Cannot handle "
"this yet.");
errno = ENOTSUP;
return 0;
|