diff options
author | Erik Johnston <erik@matrix.org> | 2016-09-05 13:08:26 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-09-05 13:08:26 +0100 |
commit | 19275b3030eb69d575f85526127037b3c221d000 (patch) | |
tree | 40b29aa9eefb2bc3ec6425f9d9e90ef1e7c867d3 /CHANGES.rst | |
parent | Bump changelog and version (diff) | |
download | synapse-19275b3030eb69d575f85526127037b3c221d000.tar.xz |
Typo
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index cc64d3adb1..7820a4610b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -12,7 +12,7 @@ Changes: * Avoid pulling the full state of a room out so often (PR #1047, #1049, #1063, #1068) * Don't notify for online to online presence transitions. (PR #1054) -* Occaisonally persist unpersisted presence updates (PR #1055) +* Occasionally persist unpersisted presence updates (PR #1055) * Allow application services to have an optional 'url' (PR #1056) * Clean up old sent transactions from DB (PR #1059) |