summaryrefslogtreecommitdiffstats
path: root/module/web
diff options
context:
space:
mode:
authorGravatar X3n0m0rph59 <X3n0m0rph59@googlemail.com> 2012-04-22 19:56:17 +0200
committerGravatar X3n0m0rph59 <X3n0m0rph59@googlemail.com> 2012-04-22 19:56:17 +0200
commitb40b32ee05f611323a7827fad2a25fa0a28dcb24 (patch)
tree60f7f00e4be25942230668f43cb11a30b6fd10e6 /module/web
parentFixed spelling in the source (diff)
downloadpyload-b40b32ee05f611323a7827fad2a25fa0a28dcb24.tar.xz
a huge pile of spelling fixes
Diffstat (limited to 'module/web')
-rw-r--r--module/web/api_app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/api_app.py b/module/web/api_app.py
index 6c93266fc..7a9eb8558 100644
--- a/module/web/api_app.py
+++ b/module/web/api_app.py
@@ -30,7 +30,7 @@ def add_header(r):
r.headers.append("Access-Control-Allow-Origin", "*") # allow xhr requests
# accepting positional arguments, as well as kwargs via post and get
-# only forbidden path symbol are "?", which is used to seperate GET data and #
+# only forbidden path symbol are "?", which is used to separate GET data and #
@route("/api/<func><args:re:[^#?]*>")
@route("/api/<func><args:re:[^#?]*>", method="POST")
def call_api(func, args=""):