Author: hartmannathan
Date: Mon May 16 13:01:54 2022
New Revision: 1900960
URL: http://svn.apache.org/viewvc?rev=1900960&view=rev
Log:
* subversion/libsvn_client/commit_util.c
(struct harvest_baton): Fix typo in docstring.
Modified:
subversion/trunk/subversion/libsvn_client/commit_util.c
Modified: subversion/trunk/subversion/libsvn_client/commit_util.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/commit_util.c?rev=1900960&r1=1900959&r2=1900960&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/commit_util.c (original)
+++ subversion/trunk/subversion/libsvn_client/commit_util.c Mon May 16 13:01:54
2022
@@ -366,7 +366,7 @@ bail_on_tree_conflicted_ancestor(svn_wc_
If CANCEL_FUNC is non-null, call it with CANCEL_BATON to see
if the user has cancelled the operation.
- Any items added to COMMITTABLES are allocated from the COMITTABLES
+ Any items added to COMMITTABLES are allocated from the COMMITTABLES
hash pool, not POOL. SCRATCH_POOL is used for temporary allocations. */
struct harvest_baton