From 4ff2661cc80c5b537e976d5afeb5286b9a1ee77c Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Fri, 30 Dec 2016 08:23:03 +0900 Subject: [PATCH] Fix typo --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 8a3a66e22..e43cb841d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -178,7 +178,7 @@ async function init(): Promise { checkDependencies(); if (process.platform === 'linux' && !isRoot() && config.port < 1024) { - Logger.error('You need root privilages to listen on port below 1024 on Linux'); + Logger.error('You need root privileges to listen on port below 1024 on Linux'); return State.failed; }