You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ha...@apache.org on 2021/12/14 05:39:20 UTC

svn commit: r1895939 - /subversion/trunk/subversion/libsvn_repos/reporter.c

Author: hartmannathan
Date: Tue Dec 14 05:39:19 2021
New Revision: 1895939

URL: http://svn.apache.org/viewvc?rev=1895939&view=rev
Log:
* subversion/libsvn_repos/reporter.c: Fix a typo in a comment.
  s/concatention/concatenation/

Modified:
    subversion/trunk/subversion/libsvn_repos/reporter.c

Modified: subversion/trunk/subversion/libsvn_repos/reporter.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_repos/reporter.c?rev=1895939&r1=1895938&r2=1895939&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_repos/reporter.c (original)
+++ subversion/trunk/subversion/libsvn_repos/reporter.c Tue Dec 14 05:39:19 2021
@@ -47,7 +47,7 @@
    the delta between the source and target revs.
 
    Spill-buffer content format: we use a simple ad-hoc format to store the
-   report operations.  Each report operation is the concatention of
+   report operations.  Each report operation is the concatenation of
    the following ("+/-" indicates the single character '+' or '-';
    <length> and <revnum> are written out as decimal strings):