From 8a1137ceab54b5b2643f1be3995b2977f5cd2c63 Mon Sep 17 00:00:00 2001
From: Kim Brose <kim.brose@rwth-aachen.de>
Date: Thu, 6 Apr 2017 17:10:20 +0200
Subject: [PATCH] fix typo in synctl help

---
 synapse/app/synctl.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/synapse/app/synctl.py b/synapse/app/synctl.py
index c045588866..e84045c7d1 100755
--- a/synapse/app/synctl.py
+++ b/synapse/app/synctl.py
@@ -98,7 +98,7 @@ def main():
         "configfile",
         nargs="?",
         default="homeserver.yaml",
-        help="the homeserver config file, defaults to homserver.yaml",
+        help="the homeserver config file, defaults to homeserver.yaml",
     )
     parser.add_argument(
         "-w", "--worker",
-- 
GitLab