summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-07-16 09:52:56 +0100
committerGitHub <noreply@github.com>2019-07-16 09:52:56 +0100
commitd0d479c1af78af2204a7ed5aee1e187225a5af90 (patch)
tree7f42a8c16e3cfeb8a6665e8177b10c44f23ab43e
parentFix invoking add_argument from homeserver.py (diff)
downloadsynapse-d0d479c1af78af2204a7ed5aee1e187225a5af90.tar.xz
Fix typo in synapse/app/admin_cmd.py
Co-Authored-By: Aaron Raimist <aaron@raim.ist>
-rw-r--r--synapse/app/admin_cmd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/app/admin_cmd.py b/synapse/app/admin_cmd.py
index 3ff19f18e5..68802ca751 100644
--- a/synapse/app/admin_cmd.py
+++ b/synapse/app/admin_cmd.py
@@ -196,7 +196,7 @@ def start(config_options):
         action="store",
         metavar="DIRECTORY",
         required=False,
-        help="The directory to store the exported data in. Must be emtpy. Defaults"
+        help="The directory to store the exported data in. Must be empty. Defaults"
         " to creating a temp directory.",
     )
     export_data_parser.set_defaults(func=export_data_command)