]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: fix typos [fossies codespell scan]
authorKarel Zak <kzak@redhat.com>
Thu, 9 Jan 2020 09:18:16 +0000 (10:18 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 9 Jan 2020 09:18:16 +0000 (10:18 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
NEWS
disk-utils/sfdisk.c
libmount/src/context.c

diff --git a/NEWS b/NEWS
index c31a116bc64cc947e983b93dab004005b2f3ce2f..977d7ad67710abd4771d88ddb098281c3ef04741 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -317,7 +317,7 @@ util-linux 2.13-pre4
 
 util-linux 2.13-pre3
 
-* misc buld system fixes
+* misc build system fixes
 * cfdisk: fix a segfault with ReiserFS partitions
 * umount: disallow -r option for non-root users
 * updated translations: da, fr, it, nl, ru, sl, tr
index 3bda79cecaf2a8e865d497307f82e4a75993982c..96b911e745850b229c6151b11fc2da05c659111b 100644 (file)
@@ -113,7 +113,7 @@ struct sfdisk {
                     append : 1,        /* don't create new PT, append partitions only */
                     json : 1,          /* JSON dump */
                     movedata: 1,       /* move data after resize */
-                    movefsync: 1, /* use fsync() afetr each write() */
+                    movefsync: 1,      /* use fsync() after each write() */
                     notell : 1,        /* don't tell kernel aout new PT */
                     noact  : 1;        /* do not write to device */
 };
index 47585b071f69afe2b2f28b36e44e1d3b8705e186..a6944ffe5116da998cf369b9d24aed2c96e03b66 100644 (file)
@@ -3116,7 +3116,7 @@ struct libmnt_ns *mnt_context_switch_ns(struct libmnt_context *cxt, struct libmn
                return old;
 
 #ifdef USE_LIBMOUNT_SUPPORT_NAMESPACES
-       /* remember the curremt cache */
+       /* remember the current cache */
        if (old->cache != cxt->cache) {
                mnt_unref_cache(old->cache);
                old->cache = cxt->cache;