summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/updater.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/updater.py b/bin/updater.py
index 47f8b1549..bb003983a 100755
--- a/bin/updater.py
+++ b/bin/updater.py
@@ -139,7 +139,7 @@ def main():
help='Run update only once, DO NOT use this in a cron job, only \
recommended for testing', action='store_true')
parser.add_argument('--threads', '-t',
- help='How many feeds should be fetched in paralell, defaults to 10',
+ help='How many feeds should be fetched in parallel, defaults to 10',
default=10,
type=int)
parser.add_argument('--timeout', '-s',