summary refs log tree commit diff
path: root/synapse/rest/media
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-07-12 15:29:32 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2019-07-12 15:29:40 +0100
commit24aa0e0a5bac33df5a9a2e50a74aa500af320953 (patch)
tree276c990b09818282d3a6d9cdb8192a02142e17ca /synapse/rest/media
parentfix changelog name (diff)
downloadsynapse-24aa0e0a5bac33df5a9a2e50a74aa500af320953.tar.xz
fix typo: backgroud -> background
Diffstat (limited to 'synapse/rest/media')
-rw-r--r--synapse/rest/media/v1/storage_provider.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/rest/media/v1/storage_provider.py b/synapse/rest/media/v1/storage_provider.py
index e8f559acc1..37687ea7f4 100644
--- a/synapse/rest/media/v1/storage_provider.py
+++ b/synapse/rest/media/v1/storage_provider.py
@@ -67,7 +67,7 @@ class StorageProviderWrapper(StorageProvider):
         backend (StorageProvider)
         store_local (bool): Whether to store new local files or not.
         store_synchronous (bool): Whether to wait for file to be successfully
-            uploaded, or todo the upload in the backgroud.
+            uploaded, or todo the upload in the background.
         store_remote (bool): Whether remote media should be uploaded
     """