summary refs log tree commit diff
path: root/synapse/rest/media/v1/filepath.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-10-12 18:16:25 +0100
committerErik Johnston <erik@matrix.org>2017-10-12 18:16:25 +0100
commitd76621a47b7b4b778055760d43df9d02614dac19 (patch)
tree1ee0064cd1fc9f63a9150cfb9bfc52eb2fe50364 /synapse/rest/media/v1/filepath.py
parentDon't close prematurely.. (diff)
downloadsynapse-d76621a47b7b4b778055760d43df9d02614dac19.tar.xz
Fix comments
Diffstat (limited to 'synapse/rest/media/v1/filepath.py')
-rw-r--r--synapse/rest/media/v1/filepath.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/rest/media/v1/filepath.py b/synapse/rest/media/v1/filepath.py
index 43d0eea00d..6923a3fbd3 100644
--- a/synapse/rest/media/v1/filepath.py
+++ b/synapse/rest/media/v1/filepath.py
@@ -35,7 +35,7 @@ def _wrap_in_base_path(func):
 class MediaFilePaths(object):
     """Describes where files are stored on disk.
 
-    Most of the function have a `*_rel` variant which returns a file path that
+    Most of the functions have a `*_rel` variant which returns a file path that
     is relative to the base media store path. This is mainly used when we want
     to write to the backup media store (when one is configured)
     """