You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2014/01/23 22:03:06 UTC

svn commit: r1560807 - /subversion/trunk/subversion/include/svn_ra.h

Author: brane
Date: Thu Jan 23 21:03:06 2014
New Revision: 1560807

URL: http://svn.apache.org/r1560807
Log:
Note to self: next time, try to make a trivial documentation change in one go.

* subversion/include/svn_ra.h (svn_ra_open_tunnel_func_t):
   Fix typo and tweak the docstring a bit more.

Modified:
    subversion/trunk/subversion/include/svn_ra.h

Modified: subversion/trunk/subversion/include/svn_ra.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_ra.h?rev=1560807&r1=1560806&r2=1560807&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_ra.h (original)
+++ subversion/trunk/subversion/include/svn_ra.h Thu Jan 23 21:03:06 2014
@@ -287,8 +287,8 @@ typedef svn_boolean_t (*svn_ra_check_tun
  * Callback function for opening a tunnel in ra_svn.
  *
  * Given the @a tunnel_name, tunnel @a user and server @a hostname and
- * @a port, open a tunnel to the serverand return its file handles
- * in @a request and @a response, which are owned by @a pool.
+ * @a port, open a tunnel to the server and return its file handles,
+ * which are owned by @a pool, in @a request and @a response.
  *
  * @a request and @a response are the standard input and output,
  * respectively, of the process on the other end of the tunnel.