You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2012/02/10 23:45:49 UTC

svn commit: r1242967 - /httpd/httpd/trunk/include/ap_socache.h

Author: minfrin
Date: Fri Feb 10 22:45:48 2012
New Revision: 1242967

URL: http://svn.apache.org/viewvc?rev=1242967&view=rev
Log:
Fix spelling.

Modified:
    httpd/httpd/trunk/include/ap_socache.h

Modified: httpd/httpd/trunk/include/ap_socache.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_socache.h?rev=1242967&r1=1242966&r2=1242967&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_socache.h (original)
+++ httpd/httpd/trunk/include/ap_socache.h Fri Feb 10 22:45:48 2012
@@ -95,7 +95,7 @@ typedef struct ap_socache_provider_t {
 
     /**
      * Create a session cache based on the given configuration string.
-     * The instance pointer returned in the instance paramater will be
+     * The instance pointer returned in the instance parameter will be
      * passed as the first argument to subsequent invocations.
      *
      * @param instance Output parameter to which instance object is written.