From b40b32ee05f611323a7827fad2a25fa0a28dcb24 Mon Sep 17 00:00:00 2001 From: X3n0m0rph59 Date: Sun, 22 Apr 2012 19:56:17 +0200 Subject: a huge pile of spelling fixes --- module/web/api_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/web/api_app.py') 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/") @route("/api/", method="POST") def call_api(func, args=""): -- cgit v1.2.3