summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-18 16:29:02 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-18 16:29:02 +0000
commit8299874aa28b659f0995dc337d1410cb8286ffc1 (patch)
treecbdd2a799c3ca3f09f28b8db71243ce7349a5015 /synapse/__init__.py
parentMerge pull request #6220 from matrix-org/neilj/set_room_version_default_to_5 (diff)
parentReplace instance variations of homeserver with correct case/spacing (#6357) (diff)
downloadsynapse-8299874aa28b659f0995dc337d1410cb8286ffc1.tar.xz
Replace instance variations of homeserver with correct case/spacing (#6357)
* commit '6e1b40dc2':
  sample config
  Add changelog
  A couple more instances
  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