summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2021-09-08 12:11:51 +1000
committerNathan Scott <nathans@redhat.com>2021-09-08 12:11:58 +1000
commitca06e68037d5b9859b861f3a1819ae0c47234ec5 (patch)
tree9b127d95b43fc81c640e8c7f3596bf292a73e71d /configure.ac
parenta516e0852ebe8919ac62c37f46639da561c0c925 (diff)
Fix a typo in a configure.ac comment
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6b3db53e..27e090d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -367,7 +367,7 @@ if test "$enable_static" = yes; then
fi
if test "$my_htop_platform" = "solaris"; then
# On OmniOS /usr/include/sys/regset.h redefines ERR to 13 - \r, breaking the Enter key.
- # Since ncruses macros use the ERR macro, we can not use another name.
+ # Since ncurses macros use the ERR macro, we can not use another name.
AC_DEFINE([ERR], [(-1)], [Predefine ncurses macro.])
fi
AC_CHECK_FUNCS( [set_escdelay] )

© 2014-2024 Faster IT GmbH | imprint | privacy policy