From 9f50872ec29e54e8e2359f8d91f5b3aba6cc5d36 Mon Sep 17 00:00:00 2001 From: szaka Date: Tue, 12 Jul 2005 16:18:10 +0000 Subject: [PATCH] Spelling typos, Debian bug #300073 --- ChangeLog | 2 +- TODO.libntfs | 2 +- include/ntfs/device.h | 2 +- libntfs/win32_io.c | 2 +- ntfsprogs/mkntfs.8.in | 4 ++-- ntfsprogs/ntfsfix.c | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 95e452f9..3044bdce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -609,7 +609,7 @@ xx/07/2005 - 1.11.0-WIP - Fixes and a new utility ntfsmount, a FUSE ntfsmodule. base inode and are cached there until the base inode is closed. - Cleanup/streamline include file dependencies. - Port attribute list merging code from ntfs tng driver. API to follow. - - Allocate a ntfs_volume in mkntfs and start initializing it instead + - Allocate an ntfs_volume in mkntfs and start initializing it instead of using the opt global structure. Necessary so can call the modified ntfs_mapping_pairs_decompress() from mkntfs.c. - Add libntfs/debug.c providing: diff --git a/TODO.libntfs b/TODO.libntfs index d20a6c8a..731163d9 100644 --- a/TODO.libntfs +++ b/TODO.libntfs @@ -39,7 +39,7 @@ - implement loads of utilities a-la ntcp, ntrm, ntcreat, etc... -- implement a ntfs shell where can use the above much faster with caching, +- implement an ntfs shell where can use the above much faster with caching, probably extending the library in the process **************** diff --git a/include/ntfs/device.h b/include/ntfs/device.h index d6080cf8..4d4b323c 100644 --- a/include/ntfs/device.h +++ b/include/ntfs/device.h @@ -72,7 +72,7 @@ struct stat; /* * The ntfs device operations defining all operations that can be performed on - * the low level device described by a ntfs device structure. + * the low level device described by an ntfs device structure. */ struct ntfs_device_operations { int (*open)(struct ntfs_device *dev, int flags); diff --git a/libntfs/win32_io.c b/libntfs/win32_io.c index 626917e0..10d5cdd2 100644 --- a/libntfs/win32_io.c +++ b/libntfs/win32_io.c @@ -393,7 +393,7 @@ static s64 ntfs_device_win32_getdisklength(HANDLE handle) * @argp: pointer to result buffer * * Only works on NTFS volume handles. - * An annoying bug in windows is that a NTFS volume does not occupy the entire + * An annoying bug in windows is that an NTFS volume does not occupy the entire * partition, namely not the last sector (which holds the backup boot sector, * and normally not interesting). * Use this function to get the length of the accessible space through a given diff --git a/ntfsprogs/mkntfs.8.in b/ntfsprogs/mkntfs.8.in index dad6c3f9..600177e6 100644 --- a/ntfsprogs/mkntfs.8.in +++ b/ntfsprogs/mkntfs.8.in @@ -5,7 +5,7 @@ .\" .TH MKNTFS 8 "June 2005" "ntfsprogs version @VERSION@" .SH NAME -mkntfs \- create a NTFS 1.2 (Windows NT/2000/XP) file system +mkntfs \- create an NTFS 1.2 (Windows NT/2000/XP) file system .SH SYNOPSIS .B mkntfs [ @@ -80,7 +80,7 @@ mkntfs \- create a NTFS 1.2 (Windows NT/2000/XP) file system ] .SH DESCRIPTION .B mkntfs -is used to create a NTFS 1.2 (Windows NT 4.0) file system on a device (usually +is used to create an NTFS 1.2 (Windows NT 4.0) file system on a device (usually a disk partition). .I device is the special file corresponding to the device (e.g diff --git a/ntfsprogs/ntfsfix.c b/ntfsprogs/ntfsfix.c index bf2e3e91..49eab6c7 100644 --- a/ntfsprogs/ntfsfix.c +++ b/ntfsprogs/ntfsfix.c @@ -4,7 +4,7 @@ * Copyright (c) 2000-2003 Anton Altaparmakov. * * This utility will attempt to fix a partition that has been damaged by the - * current Linux-NTFS driver. It should be run after dismounting a NTFS + * current Linux-NTFS driver. It should be run after dismounting an NTFS * partition that has been mounted read-write under Linux and before rebooting * into Windows NT/2000. NtfsFix can be run even after Windows has had mounted * the partition, but it might be too late and irreversible damage to the data