diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-07-12 15:29:32 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-07-12 15:29:40 +0100 |
commit | 24aa0e0a5bac33df5a9a2e50a74aa500af320953 (patch) | |
tree | 276c990b09818282d3a6d9cdb8192a02142e17ca /synapse/rest/media/v1 | |
parent | fix changelog name (diff) | |
download | synapse-24aa0e0a5bac33df5a9a2e50a74aa500af320953.tar.xz |
fix typo: backgroud -> background
Diffstat (limited to 'synapse/rest/media/v1')
-rw-r--r-- | synapse/rest/media/v1/storage_provider.py | 2 |
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 """ |