From 110260830d49b1872c29af3e3fc16bdba15f7376 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Mon, 14 Jan 2019 22:40:34 +0000 Subject: docs: fix typos [codespell] Reference: https://github.com/codespell-project/codespell Signed-off-by: Sami Kerola --- misc-utils/logger.c | 2 +- misc-utils/lsblk.h | 2 +- misc-utils/whereis.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'misc-utils') diff --git a/misc-utils/logger.c b/misc-utils/logger.c index 394a477db..d6cee8287 100644 --- a/misc-utils/logger.c +++ b/misc-utils/logger.c @@ -1282,7 +1282,7 @@ int main(int argc, char **argv) } #endif - /* user overwrites build-in SD-ELEMENT */ + /* user overwrites built-in SD-ELEMENT */ if (has_structured_data_id(get_user_structured_data(&ctl), "timeQuality")) ctl.rfc5424_tq = 0; diff --git a/misc-utils/lsblk.h b/misc-utils/lsblk.h index a043e7fd7..e15c5b42a 100644 --- a/misc-utils/lsblk.h +++ b/misc-utils/lsblk.h @@ -131,7 +131,7 @@ struct lsblk_device { #define device_is_partition(_x) ((_x)->wholedisk != NULL) /* - * Note that lsblk tree uses botton devices (devices without slaves) as root + * Note that lsblk tree uses bottom devices (devices without slaves) as root * of the tree, and partitions are interpreted as a dependence too; it means: * sda -> sda1 -> md0 * diff --git a/misc-utils/whereis.c b/misc-utils/whereis.c index c598d494e..2d4c58125 100644 --- a/misc-utils/whereis.c +++ b/misc-utils/whereis.c @@ -547,7 +547,7 @@ int main(int argc, char **argv) lookup(arg, ls, want); /* * The lookup mask ("want") is cumulative and it's - * resetable only when it has been already used. + * resettable only when it has been already used. * * whereis -b -m foo :'foo' mask=BIN|MAN * whereis -b foo bar :'foo' and 'bar' mask=BIN|MAN -- cgit v1.2.3-55-g7522