]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Fix various spelling typos
authorSamanta Navarro <ferivoz@riseup.net>
Fri, 30 Dec 2022 12:01:34 +0000 (12:01 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 26 Jan 2023 15:47:04 +0000 (10:47 -0500)
Typos found with codespell.

Signed-off-by: Samanta Navarro <ferivoz@riseup.net>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
26 files changed:
debugfs/debugfs.c
doc/libext2fs.texinfo
doc/texinfo.tex
e2fsck/dirinfo.c
e2fsck/dx_dirinfo.c
e2fsck/e2fsck.h
e2fsck/journal.c
e2fsck/pass1.c
e2fsck/pass2.c
ext2ed/doc/ext2ed-design.sgml
lib/et/texinfo.tex
lib/ext2fs/ext2fs.h
lib/ext2fs/ext2fsP.h
lib/ext2fs/irel.h
lib/ext2fs/kernel-jbd.h
lib/ext2fs/nls_utf8.c
lib/ext2fs/sha256.c
lib/ext2fs/sha512.c
lib/support/profile.c
lib/support/quotaio_v2.c
misc/base_device.c
misc/mke2fs.c
scrub/e2scrub.8.in
scrub/e2scrub.in
tests/README
util/mkutf8data.c

index 78b93eda7b611a8e18d14abda507f623a8981340..9b6321dc4262aba21ecf7efe17e8f1291fbe336b 100644 (file)
@@ -50,7 +50,7 @@ int journal_enable_debug = -1;
 
 /*
  * There must be only one definition if we're hooking in extra commands or
- * chaging default prompt. Use -DSKIP_GLOBDEF for that.
+ * changing default prompt. Use -DSKIP_GLOBDEF for that.
  */
 #ifndef SKIP_GLOBDEFS
 ss_request_table *extra_cmds;
index 3043398de3ae7a50ade3564dbb907a5d906c40fd..970fca786151a7df88ed5afb534ac33ffa5fea7c 100644 (file)
@@ -625,7 +625,7 @@ The @var{flags} parameter controls how the iterator will function:
 @table @samp
 
 @item BLOCK_FLAG_HOLE
-This flag indicates that the interator function should be called on
+This flag indicates that the iterator function should be called on
 blocks where the block number is zero (also known as ``holes''.)  It is
 also known as BLOCK_FLAG_APPEND, since it is also used by functions
 such as ext2fs_expand_dir() to add a new block to an inode.
@@ -1150,7 +1150,7 @@ utility programs.
 @subsection Directory-block list management
 
 The dblist abstraction stores a list of blocks belonging to
-directories.  This list can be useful when a program needs to interate
+directories.  This list can be useful when a program needs to iterate
 over all directory entries in a filesystem; @code{e2fsck} does this in
 pass 2 of its operations, and @code{debugfs} needs to do this when it is
 trying to turn an inode number into a pathname.
index dddd0140ff02986c27080ec82619bba27e24b6f8..dd52615591c386ffa033e452edf1d8b147a42c50 100644 (file)
 \def\argremovecomment#1\comment#2\ArgTerm{\argremovec #1\c\ArgTerm}
 \def\argremovec#1\c#2\ArgTerm{\argcheckspaces#1\^^M\ArgTerm}
 
-% Each occurence of `\^^M' or `<space>\^^M' is replaced by a single space.
+% Each occurrence of `\^^M' or `<space>\^^M' is replaced by a single space.
 %
 % \argremovec might leave us with trailing space, e.g.,
 %    @end itemize  @c foo
 % to get _exactly_ the rest of the line, we had to prevent such situation.
 % We prepended an \empty token at the very beginning and we expand it now,
 % just before passing the control to \next.
-% (Similarily, we have to think about #3 of \argcheckspacesY above: it is
+% (Similarly, we have to think about #3 of \argcheckspacesY above: it is
 % either the null string, or it ends with \^^M---thus there is no danger
 % that a pair of braces would be stripped.
 %
 % used to check whether the current environment is the one expected.
 %
 % Non-false conditionals (@iftex, @ifset) don't fit into this, so they
-% are not treated as enviroments; they don't open a group.  (The
+% are not treated as environments; they don't open a group.  (The
 % implementation of @end takes care not to call \endgroup in this
 % special case.)
 
   \fi
 }
 
-% Evironment mismatch, #1 expected:
+% Environment mismatch, #1 expected:
 \def\badenverr{%
   \errhelp = \EMsimple
   \errmessage{This command can appear only \inenvironment\temp,
@@ -4045,7 +4045,7 @@ where each line of input produces a line of output.}
 \chardef\maxseclevel = 3
 %
 % A numbered section within an unnumbered changes to unnumbered too.
-% To achive this, remember the "biggest" unnum. sec. we are currently in:
+% To achieve this, remember the "biggest" unnum. sec. we are currently in:
 \chardef\unmlevel = \maxseclevel
 %
 % Trace whether the current chapter is an appendix or not:
@@ -6417,7 +6417,7 @@ where each line of input produces a line of output.}
 % In case a @footnote appears in a vbox, save the footnote text and create
 % the real \insert just after the vbox finished.  Otherwise, the insertion
 % would be lost.
-% Similarily, if a @footnote appears inside an alignment, save the footnote
+% Similarly, if a @footnote appears inside an alignment, save the footnote
 % text to a box and make the \insert when a row of the table is finished.
 % And the same can be done for other insert classes.  --kasal, 16nov03.
 
index 49d624c576f806429ab02c3392dcc0e582c87b6c..9873e385402555853af04f1dfa54582fd128a900 100644 (file)
@@ -376,7 +376,7 @@ void e2fsck_dir_info_iter_end(e2fsck_t ctx EXT2FS_ATTR((unused)),
 }
 
 /*
- * A simple interator function
+ * A simple iterator function
  */
 struct dir_info *e2fsck_dir_info_iter(e2fsck_t ctx, struct dir_info_iter *iter)
 {
index caca3e307b2ada3018a56570c93c6920461bd1fb..4b764b0f6f4684fe56d31ef176343112f19d38cd 100644 (file)
@@ -143,7 +143,7 @@ ext2_ino_t e2fsck_get_num_dx_dirinfo(e2fsck_t ctx)
 }
 
 /*
- * A simple interator function
+ * A simple iterator function
  */
 struct dx_dir_info *e2fsck_dx_dir_info_iter(e2fsck_t ctx, ext2_ino_t *control)
 {
index 75baf2cda54f4ad0687277ad82dc13ddd53e54f2..b8caa43b79726a2b8a7e30971ed4b20de90cb51d 100644 (file)
@@ -236,7 +236,7 @@ typedef struct e2fsck_struct *e2fsck_t;
 #define MAX_EXTENT_DEPTH_COUNT 8
 
 /*
- * This strucutre is used to manage the list of extents in a file. Placing
+ * This structure is used to manage the list of extents in a file. Placing
  * it here since this is used by fast_commit.h.
  */
 struct extent_list {
index 1bfabb0276d5b8ed2f9e4b49e51b32140bd88933..bb86f52820d98ef6683fd4f3124e2c376adba68c 100644 (file)
@@ -888,7 +888,7 @@ static int ext4_fc_replay(journal_t *journal, struct buffer_head *bh,
                /*
                 * Mark the file system to indicate it contains errors. That's
                 * because the updates performed by fast commit replay code are
-                * not atomic and may result in incosistent file system if it
+                * not atomic and may result in inconsistent file system if it
                 * crashes before the replay is complete.
                 */
                ctx->fs->super->s_state |= EXT2_ERROR_FS;
index 37c5b10269fa3dece4497843387eecc927b54312..f8dcf61af9c1a130c788082a5f65b8479631be07 100644 (file)
@@ -1329,7 +1329,7 @@ void e2fsck_pass1(e2fsck_t ctx)
                goto endit;
        }
        block_buf = (char *) e2fsck_allocate_memory(ctx, fs->blocksize * 3,
-                                                   "block interate buffer");
+                                                   "block iterate buffer");
        if (EXT2_INODE_SIZE(fs->super) == EXT2_GOOD_OLD_INODE_SIZE)
                e2fsck_use_inode_shortcuts(ctx, 1);
        e2fsck_intercept_block_allocations(ctx);
index b86fe032c031444f38cc1cc5be90f2fc045b2b16..28736094355e5502b04a96baa4af4cb2b0f9e444 100644 (file)
@@ -1811,7 +1811,7 @@ struct del_block {
 };
 
 /*
- * This function is called to deallocate a block, and is an interator
+ * This function is called to deallocate a block, and is an iterator
  * functioned called by deallocate inode via ext2fs_iterate_block().
  */
 static int deallocate_inode_block(ext2_filsys fs,
index e8052a909a63672336ca620375c95372ce7e69f2..b2cab37e2c29d1585d726a4e1e8c3e6bd7ab98c8 100644 (file)
@@ -1446,7 +1446,7 @@ specific commands, by using <Literal remap="tt">free&lowbar;struct&lowbar;descri
 <ListItem>
 
 <Para>
-       Closes the window subsystem, and deattaches EXT2ED from the ncurses
+       Closes the window subsystem, and detaches EXT2ED from the ncurses
 library, through the use of the <Literal remap="tt">close&lowbar;windows</Literal> function,
 available in <Literal remap="tt">win.c</Literal>.
 </Para>
index dddd0140ff02986c27080ec82619bba27e24b6f8..dd52615591c386ffa033e452edf1d8b147a42c50 100644 (file)
 \def\argremovecomment#1\comment#2\ArgTerm{\argremovec #1\c\ArgTerm}
 \def\argremovec#1\c#2\ArgTerm{\argcheckspaces#1\^^M\ArgTerm}
 
-% Each occurence of `\^^M' or `<space>\^^M' is replaced by a single space.
+% Each occurrence of `\^^M' or `<space>\^^M' is replaced by a single space.
 %
 % \argremovec might leave us with trailing space, e.g.,
 %    @end itemize  @c foo
 % to get _exactly_ the rest of the line, we had to prevent such situation.
 % We prepended an \empty token at the very beginning and we expand it now,
 % just before passing the control to \next.
-% (Similarily, we have to think about #3 of \argcheckspacesY above: it is
+% (Similarly, we have to think about #3 of \argcheckspacesY above: it is
 % either the null string, or it ends with \^^M---thus there is no danger
 % that a pair of braces would be stripped.
 %
 % used to check whether the current environment is the one expected.
 %
 % Non-false conditionals (@iftex, @ifset) don't fit into this, so they
-% are not treated as enviroments; they don't open a group.  (The
+% are not treated as environments; they don't open a group.  (The
 % implementation of @end takes care not to call \endgroup in this
 % special case.)
 
   \fi
 }
 
-% Evironment mismatch, #1 expected:
+% Environment mismatch, #1 expected:
 \def\badenverr{%
   \errhelp = \EMsimple
   \errmessage{This command can appear only \inenvironment\temp,
@@ -4045,7 +4045,7 @@ where each line of input produces a line of output.}
 \chardef\maxseclevel = 3
 %
 % A numbered section within an unnumbered changes to unnumbered too.
-% To achive this, remember the "biggest" unnum. sec. we are currently in:
+% To achieve this, remember the "biggest" unnum. sec. we are currently in:
 \chardef\unmlevel = \maxseclevel
 %
 % Trace whether the current chapter is an appendix or not:
@@ -6417,7 +6417,7 @@ where each line of input produces a line of output.}
 % In case a @footnote appears in a vbox, save the footnote text and create
 % the real \insert just after the vbox finished.  Otherwise, the insertion
 % would be lost.
-% Similarily, if a @footnote appears inside an alignment, save the footnote
+% Similarly, if a @footnote appears inside an alignment, save the footnote
 % text to a box and make the \insert when a row of the table is finished.
 % And the same can be done for other insert classes.  --kasal, 16nov03.
 
index 1e84074b5e6bf57f8735de6fe1fe1cf7c34469ea..59f24ca98943715355f537f37ff4ffd2b0410d61 100644 (file)
@@ -355,9 +355,9 @@ struct struct_ext2_filsys {
 #define BLOCK_INLINE_DATA_CHANGED      8
 
 /*
- * Block interate flags
+ * Block iterate flags
  *
- * BLOCK_FLAG_APPEND, or BLOCK_FLAG_HOLE, indicates that the interator
+ * BLOCK_FLAG_APPEND, or BLOCK_FLAG_HOLE, indicates that the iterator
  * function should be called on blocks where the block number is zero.
  * This is used by ext2fs_expand_dir() to be able to add a new block
  * to an inode.  It can also be used for programs that want to be able
index a20a05029bbaa90efe7e01ef2f895c1d1aba28c1..06873847c34a86e51e6e9f86c4887695c83c7187 100644 (file)
@@ -93,7 +93,7 @@ struct ext2_inode_cache_ent {
 };
 
 /*
- * NLS defintions
+ * NLS definitions
  */
 struct ext2fs_nls_table {
        int version;
index 8aaa2d2b9ca243aa5719509e2d115658d5c1504c..23741baeec9e3e0094c952d69a1fe7bc01434f98 100644 (file)
@@ -73,7 +73,7 @@ struct ext2_inode_relocation_table {
 
        /*
         * The iterator function for the inode references for an
-        * inode.  The references for only one inode can be interator
+        * inode.  The references for only one inode can be iterator
         * over at a time, as the iterator state is stored in ext2_irel.
         */
        errcode_t (*next_ref)(ext2_irel irel,
index 281195725e78604dcf4813eeccd48d467c0a0e6d..e569500632935ab5f68e398e38f34961df16be92 100644 (file)
@@ -444,7 +444,7 @@ extern int journal_blocks_per_page(struct inode *inode);
 #define BJ_SyncData    1       /* Normal data: flush before commit */
 #define BJ_AsyncData   2       /* writepage data: wait on it before commit */
 #define BJ_Metadata    3       /* Normal journaled metadata */
-#define BJ_Forget      4       /* Buffer superceded by this transaction */
+#define BJ_Forget      4       /* Buffer superseded by this transaction */
 #define BJ_IO          5       /* Buffer is for temporary IO use */
 #define BJ_Shadow      6       /* Buffer contents being shadowed to the log */
 #define BJ_LogCtl      7       /* Buffer contains log descriptors */
index 43bab9a3efe1cf5ec77b340c573a98efc573c7a1..b07e66e4c6e18b4d7b78564d2f41432a8bf8a2cd 100644 (file)
@@ -709,7 +709,7 @@ static int utf8cursor(struct utf8cursor *u8c, const struct utf8data *data,
 /*
  * Get one byte from the normalized form of the string described by u8c.
  *
- * Returns the byte cast to an unsigned char on succes, and -1 on failure.
+ * Returns the byte cast to an unsigned char on success, and -1 on failure.
  *
  * The cursor keeps track of the location in the string in u8c->s.
  * When a character is decomposed, the current location is stored in
index f67848d4f008d098a205ac9beea84af92d924d3a..b1506e2dc6a40f2cdfcc09d7164f372624c8fd49 100644 (file)
@@ -180,7 +180,7 @@ static void sha256_done(struct hash_state * md, unsigned char *out)
         md->sha256.curlen = 0;
     }
 
-    /* pad upto 56 bytes of zeroes */
+    /* pad up to 56 bytes of zeroes */
     while (md->sha256.curlen < 56) {
         md->sha256.buf[md->sha256.curlen++] = (unsigned char)0;
     }
index fe2dd52e43ee56a35c91722992710cd5bbb88d53..f246afb5e15fb4c44386804e7ca2596e8f4af3cb 100644 (file)
@@ -185,7 +185,7 @@ static void sha512_done(struct hash_state * md, unsigned char *out)
                md->sha512.curlen = 0;
        }
 
-       /* pad upto 120 bytes of zeroes note: that from 112 to 120 is the 64 MSB
+       /* pad up to 120 bytes of zeroes note: that from 112 to 120 is the 64 MSB
         * of the length. We assume that you won't hash > 2^64 bits of data. */
        while (md->sha512.curlen < 120) {
                md->sha512.buf[md->sha512.curlen++] = (unsigned char)0;
index f54739e7bf0af5ba6d64942ec74278f6c1c360c4..bdb14b17c73b305afb172f3c2c6d95745fc586b7 100644 (file)
@@ -1191,7 +1191,7 @@ errcode_t profile_add_node(struct profile_node *section, const char *name,
 
 /*
  * Iterate through the section, returning the nodes which match
- * the given name.  If name is NULL, then interate through all the
+ * the given name.  If name is NULL, then iterate through all the
  * nodes in the section.  If section_flag is non-zero, only return the
  * section which matches the name; don't return relations.  If value
  * is non-NULL, then only return relations which match the requested
index a49aa6ac8c2f6ea5a3fc32a8af0eaf9f5c731d47..d09294be4c512d239a2c04832d92c888135ca27e 100644 (file)
@@ -223,7 +223,7 @@ static int v2_check_file(struct quota_handle *h, int type, int fmt)
 
        be_magic = ext2fs_be32_to_cpu((__force __be32)dqh.dqh_magic);
        if (be_magic == file_magics[type]) {
-               log_err("Your quota file is stored in wrong endianity");
+               log_err("Your quota file is stored in wrong endianness");
                return 0;
        }
        if (V2_VERSION_R0 != ext2fs_le32_to_cpu(dqh.dqh_version) &&
index d1c1cd947c0d04fa381e83cafb52e5e75e209172..814a47912cc9973321091f473e528eac31ea86ab 100644 (file)
@@ -33,7 +33,7 @@
 
 /*
  * Required for the uber-silly devfs /dev/ide/host1/bus2/target3/lun3
- * pathames.
+ * pathnames.
  */
 static const char *devfs_hier[] = {
        "host", "bus", "target", "lun", 0
index 04b2fbce638a84e9196aa28820d526de20fdc7c8..d69b8ec2604cd2fc82e2caaeb557bc9cd7a11926 100644 (file)
@@ -1482,7 +1482,7 @@ extern const char *mke2fs_default_profile;
 static const char *default_files[] = { "<default>", 0 };
 
 struct device_param {
-       unsigned long min_io;           /* prefered minimum IO size */
+       unsigned long min_io;           /* preferred minimum IO size */
        unsigned long opt_io;           /* optimal IO size */
        unsigned long alignment_offset; /* alignment offset wrt physical block size */
        unsigned int dax:1;             /* supports dax? */
index cfc2331875072ab18f35d5f1074305dcd3f59826..3d2775119c02580b8335c4e9aa302ccc405ff29d 100644 (file)
@@ -1,7 +1,7 @@
 .TH E2SCRUB 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
 .SH NAME
 e2scrub - check the contents of a mounted ext[234] file system
-.SH SYNOPSYS
+.SH SYNOPSIS
 .B
 e2scrub [OPTION] MOUNTPOINT | DEVICE
 .SH DESCRIPTION
index 30ab7cbd11c63c31b9f3253bafd46fce46426765..7ed57f2d3027694140c4c3f68d666022d5e02661 100644 (file)
@@ -164,7 +164,7 @@ lvm_vars="$(lvs --nameprefixes -o name,vgname,lv_role --noheadings "${dev}" 2> /
 eval "${lvm_vars}"
 if [ -z "${LVM2_VG_NAME}" ] || [ -z "${LVM2_LV_NAME}" ] ||
    echo "${LVM2_LV_ROLE}" | grep -q "snapshot"; then
-       echo "${arg}: Not connnected to an LVM logical volume."
+       echo "${arg}: Not connected to an LVM logical volume."
        print_help
        exitcode 16
 fi
index d075db57e5cda7c1e4e221544f750abd6f274053..d9d24376071b1927c043ca1ef127d859f064d17e 100644 (file)
@@ -31,7 +31,7 @@ filesystems against the original e2fsck, you will have to inspect the
 test_script.log file manually.
 
 --------------------------------------------------------------
-Here's a one-line descriptons of the various test images in this
+Here's a one-line descriptions of the various test images in this
 directory:
 
 baddir.img             Filesystem with a corrupted directory
index 49bb0e16669b835093a390d1955b04565619bc20..2af25acf5d7742cc333a7f27f0dcafc4b71780bc 100644 (file)
@@ -3003,7 +3003,7 @@ int utf8cursor(struct utf8cursor *u8c, struct tree *tree, const char *s)
 /*
  * Get one byte from the normalized form of the string described by u8c.
  *
- * Returns the byte cast to an unsigned char on succes, and -1 on failure.
+ * Returns the byte cast to an unsigned char on success, and -1 on failure.
  *
  * The cursor keeps track of the location in the string in u8c->s.
  * When a character is decomposed, the current location is stored in