Description: fix spelling errors in binaries and source
Forwarded: no
Author: Marc Haber <mh+debian-packages@zugschlus.de>
Last-Update: 2024-05-10
Bug-Debian: http://bugs.debian.org/488034,
 http://bugs.debian.org/609837,
 http://bugs.debian.org/764411
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ LIBM = -lm
 # DO NOT EDIT THE LINE BELOW !!!
 CRYPTED_PASS = APG_DONOTUSE_CRYPT
 # Coment this if you do not want to use crypted passwords output
-# or trying to build programm for win32
+# or trying to build program for win32
 CRYPTED_PASS = APG_USE_CRYPT
 
 ##################################################################
--- a/apg.c
+++ b/apg.c
@@ -28,7 +28,7 @@
 */
 
 /*
-** Main Module of apg programm
+** Main Module of apg program
 */
 #include <stdio.h>
 #include <stdlib.h>
--- a/apgbfm.c
+++ b/apgbfm.c
@@ -133,7 +133,7 @@ main (int argc, char *argv[])
          print_help();
 	 return (0);                                                               
        case 'v':
-         printf ("APG Bloom filter management programm");
+         printf ("APG Bloom filter management program");
 	 printf ("\nversion %s", VERSION);
 	 printf ("\nCopyright (c) 2001, 2002, 2003 Adel I. Mirzazhanov\n");
 	 return (0);
