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 3ddcaf46611d6ee821b5f721128f5cce2198bcf8
parent 71659ab19774bf82ddf0264b68354fe36db8a120
Author: Joris Vink <joris@coders.se>
Date:   Sat,  7 Jul 2018 13:34:58 +0200

typo

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

diff --git a/src/kore.c b/src/kore.c @@ -167,7 +167,7 @@ main(int argc, char *argv[]) #if !defined(KORE_SINGLE_BINARY) if (argc > 0) - fatal("did you mean to run `kodevĀ“ instead?"); + fatal("did you mean to run `kodev' instead?"); #endif kore_pid = getpid();