Hi,
A quick "nitpick" patch, if I may?
Log:
[[[
Fix typo in error message.
* subversion/libsvn_ra_local/ra_plugin.c
(svn_ra_local__open): s/an/a/
Patch by: Edmund Wong <edmund {at} belfordhk.com
]]]
PS: I know the e-mail is not the same as this one. I've got
two accounts here on tigris(did someone ask why?) and wanted to
move all patch submissions to this one (e_wong); but
(here's why) since I started patch-submissions with my
other one (crazycat) I thought it would be less of a
hassle for everyone if I just left it as it is and
submitted all patches under crazycat. (but why 2?) Purely
psychological in nature, as I've read/watched/listened that
in the 'hacking' world, using pseudonyms is frowned upon.
In hindsight, it's irrelevant since I'm the one who's
submitting the patch. Let's just say weak psyche. Anyway...
I digress from the topic.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1764211
Index: subversion/libsvn_ra_local/ra_plugin.c
===================================================================
--- subversion/libsvn_ra_local/ra_plugin.c (revision 37319)
+++ subversion/libsvn_ra_local/ra_plugin.c (working copy)
@@ -451,7 +451,7 @@
&fs_path,
repos_URL,
session->pool),
- _("Unable to open an ra_local session to URL"));
+ _("Unable to open a ra_local session to URL"));
sess->fs_path = svn_stringbuf_create(fs_path, session->pool);
/* Cache the filesystem object from the repos here for
Received on 2009-04-17 11:10:21 CEST