This commit is contained in:
Aya Morisawa 2016-12-30 08:23:03 +09:00 committed by GitHub
parent 3f960d4632
commit 4ff2661cc8

View file

@ -178,7 +178,7 @@ async function init(): Promise<State> {
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;
}