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 2012/02/03 00:39:40 UTC

svn commit: r1239936 - /subversion/trunk/subversion/include/svn_repos.h

Author: danielsh
Date: Thu Feb  2 23:39:40 2012
New Revision: 1239936

URL: http://svn.apache.org/viewvc?rev=1239936&view=rev
Log:
* subversion/include/svn_repos.h
  (svn_repos_hooks_setenv): Typo fix.

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

Modified: subversion/trunk/subversion/include/svn_repos.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_repos.h?rev=1239936&r1=1239935&r2=1239936&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_repos.h (original)
+++ subversion/trunk/subversion/include/svn_repos.h Thu Feb  2 23:39:40 2012
@@ -764,7 +764,7 @@ const char *
 svn_repos_post_unlock_hook(svn_repos_t *repos,
                            apr_pool_t *pool);
 
-/** Set the environment that @ repos's hooks will inherit.
+/** Set the environment that @a repos's hooks will inherit.
  * If this function is not called, hooks will run in an empty environment.
  * @since New in 1.8. */
 void