diff options
Diffstat (limited to 'subversion/libsvn_repos/repos.c')
-rw-r--r-- | subversion/libsvn_repos/repos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subversion/libsvn_repos/repos.c b/subversion/libsvn_repos/repos.c index dc0caf5b532a6..1d62aeb501f15 100644 --- a/subversion/libsvn_repos/repos.c +++ b/subversion/libsvn_repos/repos.c @@ -712,7 +712,7 @@ create_hooks(svn_repos_t *repos, apr_pool_t *pool) "# 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 |