summaryrefslogtreecommitdiff
path: root/src/server/httpd.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-11-24 20:01:15 +0100
committerZachary T Welch <zw@superlucidity.net>2009-11-26 10:11:26 -0800
commit1240ae459f170db8a641b4bcd5635ba9f9199aec (patch)
treea85b46b8b241304096cfb00cbb12ec8e22221142 /src/server/httpd.c
parent060980357df2f71b8d18eb6a86a8c9878a8b417e (diff)
downloadopenocd+libswd-1240ae459f170db8a641b4bcd5635ba9f9199aec.tar.gz
openocd+libswd-1240ae459f170db8a641b4bcd5635ba9f9199aec.tar.bz2
openocd+libswd-1240ae459f170db8a641b4bcd5635ba9f9199aec.tar.xz
openocd+libswd-1240ae459f170db8a641b4bcd5635ba9f9199aec.zip
fix typos in source files
Correct some spelling errors in source comments and printed output. Signed-off-by: Zachary T Welch <zw@superlucidity.net>
Diffstat (limited to 'src/server/httpd.c')
-rw-r--r--src/server/httpd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/httpd.c b/src/server/httpd.c
index 8c1d3dba..9fa58790 100644
--- a/src/server/httpd.c
+++ b/src/server/httpd.c
@@ -207,7 +207,7 @@ static void request_completed(void *cls, struct MHD_Connection *connection,
*con_cls = NULL;
}
-/* append to said key in dictonary */
+/* append to said key in dictionary */
static void append_key(struct httpd_request *r, const char *key,
const char *data, size_t off, size_t size)
{
@@ -388,7 +388,7 @@ static int ahc_echo_inner(void * cls, struct MHD_Connection * connection,
r->post = post;
Jim_SetVariableStr(interp, "httppostdata", Jim_NewDictObj(interp, NULL, 0));
- /* fill in url query strings in dictonary */
+ /* fill in url query strings in dictionary */
MHD_get_connection_values(connection, MHD_GET_ARGUMENT_KIND,
record_arg, r);