]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Fix grammar and spelling in strings and man pages
authorNathan Scott <nathans@debian.org>
Fri, 23 Feb 2018 19:05:17 +0000 (13:05 -0600)
committerEric Sandeen <sandeen@redhat.com>
Fri, 23 Feb 2018 19:05:17 +0000 (13:05 -0600)
Signed-off-by: Nathan Scott <nathans@debian.org>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
io/mmap.c
io/prealloc.c
man/man8/xfs_io.8
man/man8/xfs_quota.8
mkfs/xfs_mkfs.c

index f905989bd011e83d05fcafdbc474623b24b0c6f6..106be4998981938c0fea4978a35a634298bf4b7f 100644 (file)
--- a/io/mmap.c
+++ b/io/mmap.c
@@ -623,7 +623,7 @@ mremap_help(void)
 " Examples:\n"
 " 'mremap 8192' - resizes the current mapping to 8192 bytes.\n"
 "\n"
-" Resizes the mappping, growing or shrinking from the current size.\n"
+" Resizes the mapping, growing or shrinking from the current size.\n"
 " The default stored value is 'X', repeated to fill the range specified.\n"
 " -f <new_address> -- use MREMAP_FIXED flag to mremap on new_address\n"
 " -m -- use the MREMAP_MAYMOVE flag\n"
index 1a1c9ca37da2b79620f629e2d686285d85193364..572197c0446e7343bb880d9b6dc33f66103f4de5 100644 (file)
@@ -407,7 +407,7 @@ prealloc_init(void)
        fpunch_cmd.flags = CMD_NOMAP_OK | CMD_FOREIGN_OK;
        fpunch_cmd.args = _("off len");
        fpunch_cmd.oneline =
-       _("de-allocates space assocated with part of a file via fallocate");
+       _("de-allocates space associated with part of a file via fallocate");
        add_command(&fpunch_cmd);
 
        fcollapse_cmd.name = "fcollapse";
index b47076082ad655e03f401440958d6d5b0d83accc..8bf3f57bd30e8ea49b22d1da2855cfe6d0b8bb9a 100644 (file)
@@ -827,7 +827,7 @@ or MREMAP_MAYMOVE
 .RB ( \-m ).
 .IR new_length
 specifies a page-aligned address to which the mapping must be moved. It
-can be setted to 139946004389888, 4096k or 1g etc.
+can be set to 139946004389888, 4096k or 1g etc.
 .TP
 .B mrm
 See the
index 03add20cd7c523f79fb4bd51efaf847e34ce68b3..4ec575fd12caec5d808e21bf89231c4022a21bf3 100644 (file)
@@ -603,10 +603,10 @@ and
 .B \-s
 options allow the directory tree quota mechanism to be maintained.
 .BR \-d
-allows to limit recursion level when processing project directories
+allows one to limit recursion level when processing project directories
 and
 .BR \-p
-allows to specify project paths at command line ( instead of
+allows one to specify project paths at command line ( instead of
 .I /etc/projects
 ). All options are discussed in detail below.
 .SH DIRECTORY TREE QUOTA
index b20e3d68255ebd2258ae5c7c5ec4db6fc523784a..5950985388d87044387d422befbb7b000e202ffd 100644 (file)
@@ -1939,28 +1939,28 @@ _("Minimum inode size for CRCs is %d bytes\n"),
                /* inodes always aligned */
                if (!cli->sb_feat.inode_align) {
                        fprintf(stderr,
-_("Inodes always aligned for CRC enabled filesytems\n"));
+_("Inodes always aligned for CRC enabled filesystems\n"));
                        usage();
                }
 
                /* lazy sb counters always on */
                if (!cli->sb_feat.lazy_sb_counters) {
                        fprintf(stderr,
-_("Lazy superblock counted always enabled for CRC enabled filesytems\n"));
+_("Lazy superblock counted always enabled for CRC enabled filesystems\n"));
                        usage();
                }
 
                /* version 2 logs always on */
                if (cli->sb_feat.log_version != 2) {
                        fprintf(stderr,
-_("V2 logs always enabled for CRC enabled filesytems\n"));
+_("V2 logs always enabled for CRC enabled filesystems\n"));
                        usage();
                }
 
                /* attr2 always on */
                if (cli->sb_feat.attr_version != 2) {
                        fprintf(stderr,
-_("V2 attribute format always enabled on CRC enabled filesytems\n"));
+_("V2 attribute format always enabled on CRC enabled filesystems\n"));
                        usage();
                }
 
@@ -1968,14 +1968,14 @@ _("V2 attribute format always enabled on CRC enabled filesytems\n"));
                /* attr2 always on */
                if (!cli->sb_feat.projid32bit) {
                        fprintf(stderr,
-_("32 bit Project IDs always enabled on CRC enabled filesytems\n"));
+_("32 bit Project IDs always enabled on CRC enabled filesystems\n"));
                        usage();
                }
 
                /* ftype always on */
                if (!cli->sb_feat.dirftype) {
                        fprintf(stderr,
-_("Directory ftype field always enabled on CRC enabled filesytems\n"));
+_("Directory ftype field always enabled on CRC enabled filesystems\n"));
                        usage();
                }