You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2020/10/19 15:57:16 UTC

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

Author: cmpilato
Date: Mon Oct 19 15:57:16 2020
New Revision: 1882661

URL: http://svn.apache.org/viewvc?rev=1882661&view=rev
Log:
Fix a typo.

* subversion/include/svn_repos.h:
  (svn_repos_get_commit_editor4): s/was/has/.

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=1882661&r1=1882660&r2=1882661&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_repos.h (original)
+++ subversion/trunk/subversion/include/svn_repos.h Mon Oct 19 15:57:16 2020
@@ -1595,7 +1595,7 @@ svn_repos_get_commit_editor5(const svn_d
  * #SVN_PROP_REVISION_AUTHOR and #SVN_PROP_REVISION_LOG properties,
  * respectively.  @a user and @a log_msg may both be @c NULL.
  *
- * @note The @a repos_url parameter was been renamed for clarity to
+ * @note The @a repos_url parameter has been renamed for clarity to
  * @a repos_url_decoded in svn_repos_get_commit_editor5(), but remains
  * functionally the same.
  *