kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit f538e921721aa8fe677e3c72159b3c5428066f70
parent 0e2f478c7509d9a72d58636eeffd5e9fd9ac6e57
Author: Joris Vink <joris@coders.se>
Date:   Sun,  3 Aug 2014 15:22:08 +0200

Correct typo

Diffstat:
src/cli.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cli.c b/src/cli.c @@ -178,7 +178,7 @@ kore_cli_usage(int local) for (i = 0; cmds[i].name != NULL; i++) printf("\t%s\t%s\n", cmds[i].name, cmds[i].descr); - fprintf(stderr, "\nThe commands mostly exist for your convinience\n"); + fprintf(stderr, "\nThe commands mostly exist for your convenience\n"); fprintf(stderr, "when hacking on your Kore applications.\n"); fprintf(stderr, "\n"); fprintf(stderr, "Production servers should be started using ");