summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-11-12 13:08:12 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2019-11-12 13:08:12 +0000
commitbc29a19731c518dbd70f3adefc66061fb4629cee (patch)
tree0972f4fed7174d727cee976d84e8f85f582f7284 /synapse/__init__.py
parentMerge pull request #6340 from matrix-org/babolivier/pagination_query (diff)
downloadsynapse-bc29a19731c518dbd70f3adefc66061fb4629cee.tar.xz
Replace instance variations of homeserver with correct case/spacing
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index ec16f54a49..1c27d68009 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-""" This is a reference implementation of a Matrix home server.
+""" This is a reference implementation of a Matrix homeserver.
 """
 
 import os