You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2013/01/23 20:36:32 UTC

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

Author: julianfoad
Date: Wed Jan 23 19:36:32 2013
New Revision: 1437646

URL: http://svn.apache.org/viewvc?rev=1437646&view=rev
Log:
* subversion/include/svn_repos.h
  (svn_repos_notify_action_t): 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=1437646&r1=1437645&r2=1437646&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_repos.h (original)
+++ subversion/trunk/subversion/include/svn_repos.h Wed Jan 23 19:36:32 2013
@@ -247,7 +247,7 @@ typedef enum svn_repos_notify_action_t
   /** A revision was skipped during loading. @since New in 1.8. */
   svn_repos_notify_load_skipped_rev,
 
-  /** The structure of a revision is begin verified.  @since New in 1.8. */
+  /** The structure of a revision is being verified.  @since New in 1.8. */
   svn_repos_notify_verify_struc_rev
 
 } svn_repos_notify_action_t;