]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
util-linux minor typo fixes
authorGilles Espinasse <g.esp@free.fr>
Mon, 13 May 2013 14:51:08 +0000 (16:51 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 21 May 2013 09:38:35 +0000 (11:38 +0200)
Signed-off-by: Gilles Espinasse <g.esp@free.fr>
Documentation/releases/v2.23-ReleaseNotes
configure.ac

index 7e9ed886fa1c71adc62ea20fef98386f7642d85e..ce07ac18c035e8388a8c97bc67210383edfb3f23 100644 (file)
@@ -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]
index 9414e6ac43e66139f16cd9d5931ef08d4c223301..398aaf0cb37d856665995a10f619966d782d3732 100644 (file)
@@ -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])