libsoup r1102 - trunk/tests



Author: danw
Date: Thu Feb 28 17:15:48 2008
New Revision: 1102
URL: http://svn.gnome.org/viewvc/libsoup?rev=1102&view=rev

Log:
typo in a comment


Modified:
   trunk/tests/redirect-test.c

Modified: trunk/tests/redirect-test.c
==============================================================================
--- trunk/tests/redirect-test.c	(original)
+++ trunk/tests/redirect-test.c	Thu Feb 28 17:15:48 2008
@@ -25,7 +25,7 @@
 struct {
 	TestRequest requests[3];
 } tests[] = {
-	/* A redirecty response to a GET should could a redirect */
+	/* A redirecty response to a GET should cause a redirect */
 
 	{ { { "GET", "/301", 301 },
 	    { "GET", "/", 200 },



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