]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lib/colors: fix "maybe be" duplication
authorAustin English <austinenglish@gmail.com>
Mon, 13 May 2019 18:53:14 +0000 (13:53 -0500)
committerKarel Zak <kzak@redhat.com>
Wed, 15 May 2019 11:48:34 +0000 (13:48 +0200)
Signed-off-by: Austin English <austinenglish@gmail.com>
lib/colors.c

index 29f5c8569cf5a1a331ac4e05814582f82a23f315..ecec0ac305d9977051e467f66a18bdf619293e85 100644 (file)
@@ -36,7 +36,7 @@
 #include "debug.h"
 
 /*
- * Default behavior, maybe be override by terminal-colors.d/{enable,disable}.
+ * Default behavior, may be overriden by terminal-colors.d/{enable,disable}.
  */
 #ifdef USE_COLORS_BY_DEFAULT
 # define UL_COLORMODE_DEFAULT  UL_COLORMODE_AUTO       /* check isatty() */