summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJakub Wilk2018-11-03 20:55:45 +0100
committerJakub Wilk2018-11-03 20:56:20 +0100
commit84bf1f6842a84d5a36399262cdd5349e03f64446 (patch)
tree58b473e2259e6b487690a50b6b68928264b247dc /Documentation
parentagetty: when logname is erased, re-enable reloads (diff)
downloadkernel-qcow2-util-linux-84bf1f6842a84d5a36399262cdd5349e03f64446.tar.gz
kernel-qcow2-util-linux-84bf1f6842a84d5a36399262cdd5349e03f64446.tar.xz
kernel-qcow2-util-linux-84bf1f6842a84d5a36399262cdd5349e03f64446.zip
docs: fix typos
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/blkid.txt2
-rw-r--r--Documentation/howto-tests.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/blkid.txt b/Documentation/blkid.txt
index c58b04f67..8448c05e5 100644
--- a/Documentation/blkid.txt
+++ b/Documentation/blkid.txt
@@ -68,7 +68,7 @@ function is used:
The second parameter of blkid_get_cache (if non-zero) is the alternate filename
of the blkid cache file (see blkid man page for more information about the
-default cach file location).
+default cache file location).
Normally, programs should just pass in NULL.
diff --git a/Documentation/howto-tests.txt b/Documentation/howto-tests.txt
index 6799c92a4..71c7f85c1 100644
--- a/Documentation/howto-tests.txt
+++ b/Documentation/howto-tests.txt
@@ -80,7 +80,7 @@ TS_OPT_testdir_[testscript_]fake="<yes|no>"
Evaluated by any test script to skip certain tests.
Examples:
- - skip all the tests within "fdisk" test-direcrory:
+ - skip all the tests within "fdisk" test-directory:
$ make check TS_OPT_fdisk_fake="yes"
- skip only "fdisk/bsd" test: