From d5dd5be1ae24ed4d1c18046c19a371ea036c7b39 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 14 Jun 2022 05:40:08 +0200 Subject: [PATCH] configure.in: Fix spelling of 'program' --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index e7e68be0..be7ac121 100644 --- a/configure.in +++ b/configure.in @@ -216,7 +216,7 @@ else ], [ if test $ID = no ; then - AC_MSG_ERROR(There is no 'id' programm on this system) + AC_MSG_ERROR(There is no 'id' program on this system) else AC_MSG_RESULT(none specified) USER=$with_user @@ -255,7 +255,7 @@ else ], [ if test $BGROUPS = no ; then - AC_MSG_ERROR(There is no 'groups' programm on this system) + AC_MSG_ERROR(There is no 'groups' program on this system) else AC_MSG_RESULT(none specified) GROUP=$with_group; -- 2.49.0