From 384ac824eebba16ece2fce5729bb528c7a12e5fb Mon Sep 17 00:00:00 2001 From: "Shih-Yuan Lee (FourDollars)" Date: Wed, 4 Nov 2015 09:52:39 +0800 Subject: [PATCH] Fix typos. --- examples/pgsql/src/pgsql.c | 2 +- src/cli.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/pgsql/src/pgsql.c b/examples/pgsql/src/pgsql.c index a8f6167..df62129 100644 --- a/examples/pgsql/src/pgsql.c +++ b/examples/pgsql/src/pgsql.c @@ -195,7 +195,7 @@ request_error(struct http_request *req) return (HTTP_STATE_COMPLETE); } -/* Request was completed succesfully. */ +/* Request was completed successfully. */ int request_done(struct http_request *req) { diff --git a/src/cli.c b/src/cli.c index 46f06e6..3d244b1 100644 --- a/src/cli.c +++ b/src/cli.c @@ -277,7 +277,7 @@ cli_create(int argc, char **argv) cli_generate_certs(); - printf("%s created succesfully!\n", appl); + printf("%s created successfully!\n", appl); #if !defined(KORE_NO_TLS) 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) { cli_spawn_proc(cli_link_library, NULL); - printf("%s built succesfully!\n", appl); + printf("%s built successfully!\n", appl); } else { printf("nothing to be done\n"); }