configure.in: Fix spelling of 'program'
authorFabian Keil <fk@fabiankeil.de>
Tue, 14 Jun 2022 03:40:08 +0000 (05:40 +0200)
committerFabian Keil <fk@fabiankeil.de>
Wed, 15 Jun 2022 09:10:25 +0000 (11:10 +0200)
configure.in

index e7e68be..be7ac12 100644 (file)
@@ -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;