Fix typos.

This commit is contained in:
Shih-Yuan Lee (FourDollars) 2015-11-04 09:52:39 +08:00
parent 0b0ba0f6f5
commit 384ac824ee
2 changed files with 3 additions and 3 deletions

View File

@ -195,7 +195,7 @@ request_error(struct http_request *req)
return (HTTP_STATE_COMPLETE); return (HTTP_STATE_COMPLETE);
} }
/* Request was completed succesfully. */ /* Request was completed successfully. */
int int
request_done(struct http_request *req) request_done(struct http_request *req)
{ {

View File

@ -277,7 +277,7 @@ cli_create(int argc, char **argv)
cli_generate_certs(); cli_generate_certs();
printf("%s created succesfully!\n", appl); printf("%s created successfully!\n", appl);
#if !defined(KORE_NO_TLS) #if !defined(KORE_NO_TLS)
printf("note: do NOT use the created DH parameters/certificates in production\n"); printf("note: do NOT use the created DH parameters/certificates in production\n");
@ -375,7 +375,7 @@ cli_build(int argc, char **argv)
if (requires_relink) { if (requires_relink) {
cli_spawn_proc(cli_link_library, NULL); cli_spawn_proc(cli_link_library, NULL);
printf("%s built succesfully!\n", appl); printf("%s built successfully!\n", appl);
} else { } else {
printf("nothing to be done\n"); printf("nothing to be done\n");
} }