[Privoxy-commits] [privoxy] 04/06: configure.in: Fix spelling of 'program'

User Git git at git.privoxy.org
Wed Jun 15 09:11:26 UTC 2022


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit d5dd5be1ae24ed4d1c18046c19a371ea036c7b39
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Jun 14 05:40:08 2022 +0200

    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;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list