fix spelling error s/unkown/unknown/

This commit is contained in:
Rolf Leggewie 2012-03-29 01:24:08 +02:00
parent 665d71a41b
commit 2f0b279784
3 changed files with 3 additions and 3 deletions

View File

@ -556,7 +556,7 @@ static void do_command(void)
}
}
if (read_char_count == 18)
puts("unkown");
puts("unknown");
}
}
while (*read_ptr && (*read_ptr != '\r'))

View File

@ -80,7 +80,7 @@ int main(int argc, char *argv[])
force = 1;
break;
default:
fprintf(stderr, "unkown option %c\n", c);
fprintf(stderr, "unknown option %c\n", c);
break;
}
if (choice)

View File

@ -983,7 +983,7 @@ static void handle_controller(capiconn_context *ctx, _cmsg * cmsg)
case 0: break;
case 1: s = "unknown class"; break;
case 2: s = "unknown function"; break;
default: s = "unkown error"; break;
default: s = "unknown error"; break;
}
if (s)
(*cb->infomsg)("%s from controller 0x%x function %d: %s",