From cb13f36956ff4c16703cdfed3ee45ef72535e84f Mon Sep 17 00:00:00 2001 From: cha0smaster Date: Tue, 5 Jul 2005 16:34:15 +0000 Subject: [PATCH] Fix typos, patch from debian version of nftsprogs 1.9.4-2. --- include/ntfs/types.h | 2 +- libntfs/attrib.c | 2 +- ntfsprogs/ntfscluster.8.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/ntfs/types.h b/include/ntfs/types.h index 5a7bc85e..29b62f25 100644 --- a/include/ntfs/types.h +++ b/include/ntfs/types.h @@ -70,7 +70,7 @@ typedef s64 LSN; typedef sle64 leLSN; /* - * Cygwin has a collusion between our BOOL and 's + * Cygwin has a collision between our BOOL and 's * As long as this file will be included after were fine. */ #ifndef _WINDEF_H diff --git a/libntfs/attrib.c b/libntfs/attrib.c index 75867e35..dacb7412 100644 --- a/libntfs/attrib.c +++ b/libntfs/attrib.c @@ -83,7 +83,7 @@ s64 ntfs_get_attribute_value(const ntfs_volume *vol, } /* 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; diff --git a/ntfsprogs/ntfscluster.8.in b/ntfsprogs/ntfscluster.8.in index e9bac1bb..763e7b47 100644 --- a/ntfsprogs/ntfscluster.8.in +++ b/ntfsprogs/ntfscluster.8.in @@ -21,7 +21,7 @@ and .PP The default mode, .I info -is currently not implemented. It will display general infomation about the NTFS +is currently not implemented. It will display general information about the NTFS volume when it is working. .SS Sector .PP