]> git.sur5r.net Git - openldap/commitdiff
Fix typo in error message
authorHallvard Furuseth <hallvard@openldap.org>
Sat, 8 Dec 2007 18:01:47 +0000 (18:01 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sat, 8 Dec 2007 18:01:47 +0000 (18:01 +0000)
clients/tools/common.c

index ec506bd689488eb5e1ddc2d319ac7a7dfc45ec2e..6fb304a6ec96ef3705ed88fb4afef40d11404a89 100644 (file)
@@ -746,7 +746,7 @@ tool_args( int argc, char **argv )
                case 'P':
                        ival = strtol( optarg, &next, 10 );
                        if ( next == NULL || next[0] != '\0' ) {
-                               fprintf( stderr, "%s: unabel to parse protocol version \"%s\"\n", prog, optarg );
+                               fprintf( stderr, "%s: unable to parse protocol version \"%s\"\n", prog, optarg );
                                exit( EXIT_FAILURE );
                        }
                        switch( ival ) {