Skip to content
Snippets Groups Projects
Commit 4ff2661c authored by Aya Morisawa's avatar Aya Morisawa Committed by GitHub
Browse files

Fix typo

parent 3f960d46
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment