docs: fix typos [fossies codespell scan]

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2020-01-09 10:18:16 +01:00
parent e7924c4f15
commit bb607cb3b2
3 changed files with 3 additions and 3 deletions

2
NEWS
View File

@ -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

View 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 */
};

View 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;