Fix typos, patch from debian version of nftsprogs 1.9.4-2.
parent
1a088a4fdf
commit
cb13f36956
|
@ -70,7 +70,7 @@ typedef s64 LSN;
|
|||
typedef sle64 leLSN;
|
||||
|
||||
/*
|
||||
* Cygwin has a collusion between our BOOL and <windef.h>'s
|
||||
* Cygwin has a collision between our BOOL and <windef.h>'s
|
||||
* As long as this file will be included after <windows.h> were fine.
|
||||
*/
|
||||
#ifndef _WINDEF_H
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue