Hi People,

I found a typo in 'config' file under the following directories.

~/.subversion/config
/etc/subversion/config

Attached a patch and log message to fix the same.

--
Regards,
Jeyanthan
Fix typo in config file.

* subversion/libsvn_subr/config_file.c : Changed miscelleneous to miscellaneous

Patch by: Jeyanthan Inbasekaran <jeyanthan{_AT_}collab.net>
Index: subversion/libsvn_subr/config_file.c
===================================================================
--- subversion/libsvn_subr/config_file.c	(revision 1225330)
+++ subversion/libsvn_subr/config_file.c	(working copy)
@@ -1039,7 +1039,7 @@ svn_config_ensure(const char *config_dir, apr_pool
         "### path separator.  A single backslash will be treated as an"      NL
         "### escape for the following character."                            NL
         ""                                                                   NL
-        "### Section for configuring miscelleneous Subversion options."      NL
+        "### Section for configuring miscellaneous Subversion options."      NL
         "[miscellany]"                                                       NL
         "### Set global-ignores to a set of whitespace-delimited globs"      NL
         "### which Subversion will ignore in its 'status' output, and"       NL

Reply via email to