CVS commit by cschumac: Fix typo. M +1 -1 kcal_resourceopengroupware.cpp 1.15 --- kdepim/kresources/opengroupware/kcal_resourceopengroupware.cpp #1.14:1.15 @@ -260,5 +260,5 @@ void OpenGroupware::slotListJobResult( K } else { // kdDebug(7000) << "Locally present " << endl; - /* locallypresent, let's check if it's newer than what we have */ + /* locally present, let's check if it's newer than what we have */ const QString &oldFingerprint = idMapper().fingerprint( i->uid() ); if ( oldFingerprint != newFingerprint ) {