spelling
authorChristian Grothoff <christian@grothoff.org>
Tue, 15 Nov 2011 18:05:04 +0000 (18:05 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 15 Nov 2011 18:05:04 +0000 (18:05 +0000)
src/transport/plugin_transport_http_server.c

index ae62e49f10345b527de5567afd2a4ab54ec8f07e..fc0c9f3d43a6ec6f63ef1aef4dc8513d27b8fc0d 100644 (file)
@@ -667,7 +667,7 @@ server_access_cb (void *cls, struct MHD_Connection *mhd_connection,
       return MHD_YES;
     }
 
-    /* Recieving data */
+    /* Receiving data */
     if ((*upload_data_size > 0))
     {
 #if VERBOSE_SERVER