You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2012/09/04 14:50:33 UTC

svn commit: r1380611 - /subversion/trunk/subversion/mod_dav_svn/mod_dav_svn.c

Author: stsp
Date: Tue Sep  4 12:50:32 2012
New Revision: 1380611

URL: http://svn.apache.org/viewvc?rev=1380611&view=rev
Log:
* subversion/mod_dav_svn/mod_dav_svn.c (cmds): Fix a typo.

Modified:
    subversion/trunk/subversion/mod_dav_svn/mod_dav_svn.c

Modified: subversion/trunk/subversion/mod_dav_svn/mod_dav_svn.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/mod_dav_svn/mod_dav_svn.c?rev=1380611&r1=1380610&r2=1380611&view=diff
==============================================================================
--- subversion/trunk/subversion/mod_dav_svn/mod_dav_svn.c (original)
+++ subversion/trunk/subversion/mod_dav_svn/mod_dav_svn.c Tue Sep  4 12:50:32 2012
@@ -1106,7 +1106,7 @@ static const command_rec cmds[] =
                 ACCESS_CONF|RSRC_CONF,
                 "Sets the path to the configuration file for the environment "
                 "of hook scripts. If not absolute, the path is relative to "
-                "the repostiory's conf directory (by default the hooks-env "
+                "the repository's conf directory (by default the hooks-env "
                 "file in the repository is used)."),
   { NULL }
 };