# HG changeset patch # User Kim Alvefur # Date 1595772937 -7200 # Node ID 268fa9d458406d3437db070220370572fff97d10 # Parent b89f381abaa98d310d9eb1ce74459df2bca7692f mod_http_upload/README: Fix typo (thanks bjoernb) diff -r b89f381abaa9 -r 268fa9d45840 mod_http_upload/README.markdown --- 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