You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2010/09/13 17:18:46 UTC

svn commit: r996571 - /subversion/trunk/subversion/libsvn_diff/parse-diff.c

Author: stsp
Date: Mon Sep 13 15:18:46 2010
New Revision: 996571

URL: http://svn.apache.org/viewvc?rev=996571&view=rev
Log:
* subversion/libsvn_diff/parse-diff.c
  (parse_next_hunk): Fix typo in docstring.

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

Modified: subversion/trunk/subversion/libsvn_diff/parse-diff.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_diff/parse-diff.c?rev=996571&r1=996570&r2=996571&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_diff/parse-diff.c (original)
+++ subversion/trunk/subversion/libsvn_diff/parse-diff.c Mon Sep 13 15:18:46 2010
@@ -500,7 +500,7 @@ parse_prop_name(const char **prop_name, 
  * IS_PROPERTY to TRUE if we have a property hunk. If the returned HUNK is
  * the first belonging to a certain property, then PROP_NAME and
  * PROP_OPERATION will be set too. If we have a text hunk, PROP_NAME will be
- * NULL. If IGNORE_WHiTESPACES is TRUE, let lines without leading spaces be
+ * NULL. If IGNORE_WHITESPACE is TRUE, let lines without leading spaces be
  * recognized as context lines.  Allocate results in
  * RESULT_POOL.  Use SCRATCH_POOL for all other allocations. */
 static svn_error_t *