mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix typo in error message
This commit is contained in:
parent
5308b87018
commit
e5de6a9400
@ -746,7 +746,7 @@ tool_args( int argc, char **argv )
|
|||||||
case 'P':
|
case 'P':
|
||||||
ival = strtol( optarg, &next, 10 );
|
ival = strtol( optarg, &next, 10 );
|
||||||
if ( next == NULL || next[0] != '\0' ) {
|
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 );
|
exit( EXIT_FAILURE );
|
||||||
}
|
}
|
||||||
switch( ival ) {
|
switch( ival ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user