summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-07-15 13:19:57 +0100
committerErik Johnston <erik@matrix.org>2019-07-15 14:09:35 +0100
commit37b524f9718b0faeaaac0dccab62c9a5e270c4a2 (patch)
treece9a1a1e57c63ab15db6bbac77b2841050b91bf9 /synapse/config
parentChange add_arguments to be a static method (diff)
downloadsynapse-37b524f9718b0faeaaac0dccab62c9a5e270c4a2.tar.xz
Fix up comments
Diffstat (limited to 'synapse/config')
-rw-r--r--synapse/config/_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/_base.py b/synapse/config/_base.py
index e588f82981..74a7980ebe 100644
--- a/synapse/config/_base.py
+++ b/synapse/config/_base.py
@@ -284,7 +284,7 @@ class Config(object):
         Used for workers where we want to add extra flags/subcommands.
 
         Args:
-            conifg_parser (ArgumentParser)
+            config_parser (ArgumentParser)
             argv (list[str])
 
         Returns: