Author: danielsh
Date: Thu Sep 22 20:01:26 2011
New Revision: 1174352
URL: http://svn.apache.org/viewvc?rev=1174352&view=rev
Log:
* subversion/svnrdump/dump_editor.c
(apply_textdelta): Capitalization fix in comment.
Modified:
subversion/trunk/subversion/svnrdump/dump_editor.c
Modified: subversion/trunk/subversion/svnrdump/dump_editor.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/svnrdump/dump_editor.c?rev=1174352&r1=1174351&r2=1174352&view=diff
==============================================================================
--- subversion/trunk/subversion/svnrdump/dump_editor.c (original)
+++ subversion/trunk/subversion/svnrdump/dump_editor.c Thu Sep 22 20:01:26 2011
@@ -718,7 +718,7 @@ apply_textdelta(void *file_baton, const
LDR_DBG(("apply_textdelta %p\n", file_baton));
- /* Use a temporary file to measure the text-content-length */
+ /* Use a temporary file to measure the Text-content-length */
delta_filestream = svn_stream_from_aprfile2(eb->delta_file, TRUE, pool);
/* Prepare to write the delta to the delta_filestream */