You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-commits@quetz.apache.org by nl...@apache.org on 2005/01/20 17:11:45 UTC

svn commit: r125786 - /httpd/mod_python/trunk/src/mod_python.c

Author: nlehuen
Date: Thu Jan 20 08:11:43 2005
New Revision: 125786

URL: http://svn.apache.org/viewcvs?view=rev&rev=125786
Log:
There is *NO* possibility of collision ;)
Modified:
   httpd/mod_python/trunk/src/mod_python.c

Modified: httpd/mod_python/trunk/src/mod_python.c
Url: http://svn.apache.org/viewcvs/httpd/mod_python/trunk/src/mod_python.c?view=diff&rev=125786&p1=httpd/mod_python/trunk/src/mod_python.c&r1=125785&p2=httpd/mod_python/trunk/src/mod_python.c&r2=125786
==============================================================================
--- httpd/mod_python/trunk/src/mod_python.c	(original)
+++ httpd/mod_python/trunk/src/mod_python.c	Thu Jan 20 08:11:43 2005
@@ -1546,7 +1546,7 @@
     }
     else {
     	/** We don't remove the value, but set it
-    	    to an empty string. There is possibility
+    	    to an empty string. There is no possibility
     	    of colliding with an actual value, since
     	    an entry string precisely means 'remove the value' */
         apr_table_set(conf->options, key, "");