summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts
index 8a3a66e228..e43cb841d8 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -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;
}