From 78ad48dfc9051402ee45e0ef1d455648b82aac64 Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Mon, 27 Feb 2017 16:11:49 +0900 Subject: [PATCH] Fix typo: proccess -> process --- src/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.ts b/src/index.ts index aee566be6b..937fef299a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -42,7 +42,7 @@ process.title = 'Misskey'; main(); /** - * Init proccess + * Init process */ function main() { if (cluster.isMaster) { @@ -53,7 +53,7 @@ function main() { } /** - * Init master proccess + * Init master process */ async function masterMain() { let initResult: InitResult; @@ -85,7 +85,7 @@ async function masterMain() { } /** - * Init worker proccess + * Init worker process */ function workerMain() { // start server