From 8df8a3d7a9d3356183df0a45c97f32dac878b65b Mon Sep 17 00:00:00 2001 From: Ezequiel Garcia Date: Sat, 2 Aug 2014 10:12:26 -0300 Subject: [PATCH] trivial: Correct word spelling, s/miscelleanous/miscellaneous Signed-off-by: Ezequiel Garcia Signed-off-by: Sascha Hauer --- Documentation/commands.rst | 2 +- commands/Kconfig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/commands.rst b/Documentation/commands.rst index 0dc9e1bcf..261af2a07 100644 --- a/Documentation/commands.rst +++ b/Documentation/commands.rst @@ -73,7 +73,7 @@ Hardware Manipulation commands/hwmanip/* -Miscelleanous +Miscellaneous ------------- .. toctree:: :titlesonly: diff --git a/commands/Kconfig b/commands/Kconfig index 61816f511..b03f74a82 100644 --- a/commands/Kconfig +++ b/commands/Kconfig @@ -1859,7 +1859,7 @@ endmenu -menu "Miscelleanous" +menu "Miscellaneous" config CMD_2048 tristate @@ -1976,7 +1976,7 @@ config CMD_TIME Note: This command depends on COMMAND being interruptible, otherwise the timer may overrun resulting in incorrect results -# end Miscelleanous commands +# end Miscellaneous commands endmenu