]> git.sur5r.net Git - openldap/commitdiff
Fix spelling error
authorKurt Zeilenga <kurt@openldap.org>
Tue, 19 Sep 2000 20:47:22 +0000 (20:47 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 19 Sep 2000 20:47:22 +0000 (20:47 +0000)
clients/tools/ldapdelete.c
clients/tools/ldapmodify.c
clients/tools/ldapmodrdn.c
clients/tools/ldappasswd.c
clients/tools/ldapsearch.c

index 0c8673723c5228d6303a25d11c267995276042c6..660ba44c28c08a514a9a5325062b5bdcbc11a514 100644 (file)
@@ -458,7 +458,7 @@ main( int argc, char **argv )
 #endif
                break;
        default:
-               fprintf( stderr, "%s: unrecongized option -%c\n",
+               fprintf( stderr, "%s: unrecognized option -%c\n",
                        prog, optopt );
                usage( prog );
                return( EXIT_FAILURE );
index e1629c55f00dcfe7214423cbe70f9229366ee709..59f2ce0911f2254136d207aea02b45954fb69407 100644 (file)
@@ -518,7 +518,7 @@ main( int argc, char **argv )
 #endif
                break;
        default:
-               fprintf( stderr, "%s: unrecongized option -%c\n",
+               fprintf( stderr, "%s: unrecognized option -%c\n",
                        prog, optopt );
            usage( prog );
        }
index a90a3d3e187e3845910fa8a7cd4c910b10d9e1e8..fe225d9af4df838f2a55206d818ce3e9f4767826 100644 (file)
@@ -480,7 +480,7 @@ main(int argc, char **argv)
 #endif
                break;
        default:
-               fprintf( stderr, "%s: unrecongized option -%c\n",
+               fprintf( stderr, "%s: unrecognized option -%c\n",
                        prog, optopt );
            usage( argv[0] );
            return( EXIT_FAILURE );
index 365db634e8fe8beb82315acf79ca8ef615059849..2c9f5e868a0197996ee90fb66ad28fcc2d19b485 100644 (file)
@@ -481,7 +481,7 @@ main( int argc, char *argv[] )
 
 
                default:
-                       fprintf( stderr, "%s: unrecongized option -%c\n",
+                       fprintf( stderr, "%s: unrecognized option -%c\n",
                                prog, optopt );
                        usage (argv[0]);
                }
index b07fedbc95bebdd2fd981c2d2630a44743f3f5f1..0b31d500cfa6758d90fb1c1a297665842de8e398 100644 (file)
@@ -586,7 +586,7 @@ main( int argc, char **argv )
 #endif
                break;
        default:
-               fprintf( stderr, "%s: unrecongized option -%c\n",
+               fprintf( stderr, "%s: unrecognized option -%c\n",
                        prog, optopt );
                usage( argv[0] );
        }