Author: hartmannathan
Date: Fri May 13 14:43:42 2022
New Revision: 1900859

URL: http://svn.apache.org/viewvc?rev=1900859&view=rev
Log:
* tests/libsvn_diff/parse-diff-test.c
  (bad_git_diff_header): Fix some typos in docstring.

Modified:
    subversion/trunk/subversion/tests/libsvn_diff/parse-diff-test.c

Modified: subversion/trunk/subversion/tests/libsvn_diff/parse-diff-test.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_diff/parse-diff-test.c?rev=1900859&r1=1900858&r2=1900859&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_diff/parse-diff-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_diff/parse-diff-test.c Fri May 13 
14:43:42 2022
@@ -127,8 +127,8 @@ static const char *git_tree_and_text_uni
   "-This is the file 'lambda'."                                         NL
   ""                                                                    NL;
 
-  /* Only the last git diff header is valid. The other ones either misses a
-   * path element or has noise between lines that must be continous. See
+  /* Only the last git diff header is valid. The other ones either miss a
+   * path element or have noise between lines that must be continuous. See
    * issue #3809. */
 static const char *bad_git_diff_header =
   "Index: iota.copied"                                                  NL


Reply via email to