Author: kotkov
Date: Wed Jun 10 14:09:39 2015
New Revision: 1684678
URL: http://svn.apache.org/r1684678
Log:
* subversion/libsvn_delta/svndiff.c
(write_handler): Fix a small typo in the comment.
Modified:
subversion/trunk/subversion/libsvn_delta/svndiff.c
Modified: subversion/trunk/subversion/libsvn_delta/svndiff.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_delta/svndiff.c?rev=1684678&r1=1684677&r2=1684678&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_delta/svndiff.c (original)
+++ subversion/trunk/subversion/libsvn_delta/svndiff.c Wed Jun 10 14:09:39 2015
@@ -687,7 +687,7 @@ write_handler(void *baton,
/* At this point we processed all integral windows and DB->BUFFER is empty
or contains partially read window header.
- Check that unprocessed data is not larger that theoretical maximum
+ Check that unprocessed data is not larger than theoretical maximum
window header size. */
if (db->buffer->len > 5 * SVN__MAX_ENCODED_UINT_LEN)
return svn_error_create(SVN_ERR_SVNDIFF_CORRUPT_WINDOW, NULL,