changeset 4070:268fa9d45840

mod_http_upload/README: Fix typo (thanks bjoernb)
author Kim Alvefur <zash@zash.se>
date Sun, 26 Jul 2020 16:15:37 +0200
parents b89f381abaa9
children 8e28d0918abc
files mod_http_upload/README.markdown
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_http_upload/README.markdown	Mon Jul 20 22:32:22 2020 +0200
+++ b/mod_http_upload/README.markdown	Sun Jul 26 16:15:37 2020 +0200
@@ -87,7 +87,7 @@
 Prosody storage path (usually `/var/lib/prosody`). This can be changed:
 
 ``` {.lua}
-http_upload_path = "/path/to/uploded/files"
+http_upload_path = "/path/to/uploaded/files"
 ```
 
 Compatibility