[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdesdk/kfile-plugins/diff
From:       Thomas Häber <thomas () haeber ! de>
Date:       2006-09-30 21:12:46
Message-ID: 1159650766.623489.3236.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 590794 by haeber:

fixed spelling (EBN)

 M  +3 -3      kfile_diff.cpp  


--- trunk/KDE/kdesdk/kfile-plugins/diff/kfile_diff.cpp #590793:590794
@@ -132,11 +132,11 @@
 		++it;
 	}
 
-	kDebug(7034) << "Diff Format         : " << format << endl; // i18n-ed but that is \
not a problem unless i get i18n-ed debug output ah well, we'll figure something out \
when then happens +	kDebug(7034) << "Diff Format         : " << format << endl; // \
i18n-ed but that is not a problem unless I get i18n-ed debug output ah well, we'll \
figure something out when then happens  
 	if (what != KFileMetaInfo::Fastest )
 	{
-		// These dont get calculated in fastest mode...
+		// These don't get calculated in fastest mode...
 		kDebug(7034) << "Number of additions : " << numberOfAdditions << endl;
 		kDebug(7034) << "Number of deletions : " << numberOfDeletions << endl;
 		kDebug(7034) << "Number of changes   : " << numberOfChanges << endl;
@@ -576,7 +576,7 @@
 				(*numberOfFiles)++;
 //				kDebug(7034) << "Unified File      : " << (*it) << endl;
 			}
-			else if ( (*it).startsWith("+++") ) {} // ignore (dont count as insertion)
+			else if ( (*it).startsWith("+++") ) {} // ignore (don't count as insertion)
 			else if ( (*it).startsWith("+") )
 			{
 				(*numberOfAdditions)++;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic