gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r14087 - libmicrohttpd/doc/examples


From: gnunet
Subject: [GNUnet-SVN] r14087 - libmicrohttpd/doc/examples
Date: Sun, 26 Dec 2010 14:59:18 +0100

Author: grothoff
Date: 2010-12-26 14:59:18 +0100 (Sun, 26 Dec 2010)
New Revision: 14087

Modified:
   libmicrohttpd/doc/examples/simplepost.c
Log:
typo

Modified: libmicrohttpd/doc/examples/simplepost.c
===================================================================
--- libmicrohttpd/doc/examples/simplepost.c     2010-12-26 01:16:47 UTC (rev 
14086)
+++ libmicrohttpd/doc/examples/simplepost.c     2010-12-26 13:59:18 UTC (rev 
14087)
@@ -25,7 +25,7 @@
                        <input type=\"submit\" value=\" Send \"></form>\
                        </body></html>";
 
-const char *greatingpage =
+const char *greetingpage =
   "<html><body><h1>Welcome, %s!</center></h1></body></html>";
 
 const char *errorpage =
@@ -69,7 +69,7 @@
           if (!answerstring)
             return MHD_NO;
 
-          snprintf (answerstring, MAXANSWERSIZE, greatingpage, data);
+          snprintf (answerstring, MAXANSWERSIZE, greetingpage, data);
           con_info->answerstring = answerstring;
         }
       else




reply via email to

[Prev in Thread] Current Thread [Next in Thread]