You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by mi...@apache.org on 2009/09/25 22:08:06 UTC

svn commit: r818982 - in /apr/apr-util/branches/1.4.x/include: apr_memcache.h apr_xml.h

Author: minfrin
Date: Fri Sep 25 20:08:06 2009
New Revision: 818982

URL: http://svn.apache.org/viewvc?rev=818982&view=rev
Log:
Fix a bunch of typos in the doxygen comments for public include files in APR 
Submitted by: Neil Conway <nrc cs.berkeley.edu>

Modified:
    apr/apr-util/branches/1.4.x/include/apr_memcache.h
    apr/apr-util/branches/1.4.x/include/apr_xml.h

Modified: apr/apr-util/branches/1.4.x/include/apr_memcache.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/include/apr_memcache.h?rev=818982&r1=818981&r2=818982&view=diff
==============================================================================
--- apr/apr-util/branches/1.4.x/include/apr_memcache.h (original)
+++ apr/apr-util/branches/1.4.x/include/apr_memcache.h Fri Sep 25 20:08:06 2009
@@ -267,7 +267,7 @@
 /**
  * Gets multiple values from the server, allocating the values out of p
  * @param mc client to use
- * @param temp_pool Pool used for tempoary allocations. May be cleared inside this
+ * @param temp_pool Pool used for temporary allocations. May be cleared inside this
  *        call.
  * @param data_pool Pool used to allocate data for the returned values.
  * @param values hash of apr_memcache_value_t keyed by strings, contains the
@@ -345,7 +345,7 @@
  * @param mc client to use
  * @param key   null terminated string containing the key
  * @param n     number to increment by
- * @param nv    new value after incrmenting
+ * @param nv    new value after incrementing
  */
 APU_DECLARE(apr_status_t) apr_memcache_incr(apr_memcache_t *mc, 
                                             const char *key,

Modified: apr/apr-util/branches/1.4.x/include/apr_xml.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/include/apr_xml.h?rev=818982&r1=818981&r2=818982&view=diff
==============================================================================
--- apr/apr-util/branches/1.4.x/include/apr_xml.h (original)
+++ apr/apr-util/branches/1.4.x/include/apr_xml.h Fri Sep 25 20:08:06 2009
@@ -218,7 +218,7 @@
  * Parse a File, producing a xml_doc
  * @param p      The pool for allocating the parse results.
  * @param parser A pointer to *parser (needed so calling function can get
- *               errors), will be set to NULL on successfull completion.
+ *               errors), will be set to NULL on successful completion.
  * @param ppdoc  A pointer to *apr_xml_doc (which has the parsed results in it)
  * @param xmlfd  A file to read from.
  * @param buffer_length Buffer length which would be suitable