Author: rinrab
Date: Fri May 16 13:02:50 2025
New Revision: 1925585
URL: http://svn.apache.org/viewvc?rev=1925585&view=rev
Log:
Follow up to r1925565: fix stupid typo in the header file feature/future.
* subversion/include/svn_client.h
(svn_client_patch_stream): Adjust description.
Modified:
subversion/trunk/subversion/include/svn_client.h
Modified: subversion/trunk/subversion/include/svn_client.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_client.h?rev=1925585&r1=1925584&r2=1925585&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Fri May 16 13:02:50 2025
@@ -7775,7 +7775,7 @@ svn_client_patch(const char *patch_abspa
* Similar to svn_client_patch(), but the patch is read from a file handle,
* described in @a patch_file.
*
- * In feature versions, this function may be used to apply a patch directly
+ * In future versions, this function may be used to apply a patch directly
* from an svn_stream_t.
*
* @since New in 1.15.