You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2011/05/18 13:50:03 UTC

svn commit: r1124203 - /subversion/trunk/subversion/include/svn_cache_config.h

Author: danielsh
Date: Wed May 18 11:50:02 2011
New Revision: 1124203

URL: http://svn.apache.org/viewvc?rev=1124203&view=rev
Log:
* subversion/include/svn_cache_config.h: Typo fix.

Modified:
    subversion/trunk/subversion/include/svn_cache_config.h

Modified: subversion/trunk/subversion/include/svn_cache_config.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_cache_config.h?rev=1124203&r1=1124202&r2=1124203&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_cache_config.h (original)
+++ subversion/trunk/subversion/include/svn_cache_config.h Wed May 18 11:50:02 2011
@@ -38,7 +38,7 @@ extern "C" {
  * @{
  * @since New in 1.7. */
 
-/** Cache ressource settings. It controls what caches, in what size and
+/** Cache resource settings. It controls what caches, in what size and
    how they will be created. The settings apply for the whole process.
 
    @since New in 1.7.