From: Gilles Espinasse Date: Mon, 13 May 2013 14:51:08 +0000 (+0200) Subject: util-linux minor typo fixes X-Git-Tag: v2.24-rc1~541 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34228e6972032862be093748a7cef8ca3ac7c7d1;p=thirdparty%2Futil-linux.git util-linux minor typo fixes Signed-off-by: Gilles Espinasse --- diff --git a/Documentation/releases/v2.23-ReleaseNotes b/Documentation/releases/v2.23-ReleaseNotes index 7e9ed886fa..ce07ac18c0 100644 --- a/Documentation/releases/v2.23-ReleaseNotes +++ b/Documentation/releases/v2.23-ReleaseNotes @@ -150,7 +150,7 @@ bash-completion: - Don't offer any more completions after help or version. [Ville Skyttä] - Don't offer short options where corresponding long one exists. [Ville Skyttä] - Symlink runuser symlink to su so it gets loaded on demand. [Ville Skyttä] - - add bash completetion configure option [Sami Kerola] + - add bash completion configure option [Sami Kerola] - add completion files to Makefile.am [Sami Kerola] - add swapoff [Bernhard Voelker] - disk-utils [Sami Kerola] diff --git a/configure.ac b/configure.ac index 9414e6ac43..398aaf0cb3 100644 --- a/configure.ac +++ b/configure.ac @@ -1304,7 +1304,7 @@ AM_CONDITIONAL(BUILD_SETTERM, test "x$build_setterm" = xyes) AC_ARG_ENABLE([schedutils], - AS_HELP_STRING([--disable-schedutils], [do not build chrt, ionice, teskset]), + AS_HELP_STRING([--disable-schedutils], [do not build chrt, ionice, taskset]), [], enable_schedutils=yes ) UL_BUILD_INIT([schedutils])