From ca06e68037d5b9859b861f3a1819ae0c47234ec5 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Wed, 8 Sep 2021 12:11:51 +1000 Subject: Fix a typo in a configure.ac comment --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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] ) -- cgit v1.2.3