diff options
Diffstat (limited to 'tdeui/tdespell.cpp')
-rw-r--r-- | tdeui/tdespell.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/tdespell.cpp b/tdeui/tdespell.cpp index 031011f0a..d764fa89d 100644 --- a/tdeui/tdespell.cpp +++ b/tdeui/tdespell.cpp @@ -813,7 +813,7 @@ void KSpell::checkList2 () // send next word if (wlIt != wordlist->end()) { - kdDebug(750) << "KS::ctdelist2 " << lastpos << ": " << *wlIt << endl; + kdDebug(750) << "KS::cklist2 " << lastpos << ": " << *wlIt << endl; d->endOfResponse = false; bool put; @@ -937,7 +937,7 @@ void KSpell::checkList4 () { case KS_REPLACE: case KS_REPLACEALL: - kdDebug(750) << "KS: ctdelist4: lastpos: " << lastpos << endl; + kdDebug(750) << "KS: cklist4: lastpos: " << lastpos << endl; old = *(--wlIt); ++wlIt; // replace word |