Author: jamessan
Date: Wed Sep 21 01:12:28 2016
New Revision: 1761653

URL: http://svn.apache.org/viewvc?rev=1761653&view=rev
Log:
* subversion/libsvn_repos/repos.c
  (create_hooks): Fix typo in SVN_REPOS__HOOK_POST_LOCK description

Patch by: Christoph Biedl <debian.axhn{_at_}manchmal.in-ulm.de>

Modified:
    subversion/trunk/subversion/libsvn_repos/repos.c

Modified: subversion/trunk/subversion/libsvn_repos/repos.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_repos/repos.c?rev=1761653&r1=1761652&r2=1761653&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_repos/repos.c (original)
+++ subversion/trunk/subversion/libsvn_repos/repos.c Wed Sep 21 01:12:28 2016
@@ -712,7 +712,7 @@ create_hooks(svn_repos_t *repos, apr_poo
 "# Because the locks have already been created and cannot be undone,"        NL
 "# the exit code of the hook program is ignored.  The hook program"          NL
 "# can use the 'svnlook' utility to examine the paths in the repository"     NL
-"# but since the hook is invoked asyncronously the newly-created locks"      NL
+"# but since the hook is invoked asynchronously the newly-created locks"     NL
 "# may no longer be present."                                                
NL;
   script =
 "REPOS=\"$1\""                                                               NL


Reply via email to