Version: (using KDE Devel) Installed from: Compiled sources Please check the whole source tree for occurrences of "eavesdroped". www.m-w.com doesn't know it and suggests "eavesdropped", www.google.com finds only about 500 occurrences vs. about 50000 for "eavesdropped", and it seems just plain wrong (does it rhyme with "groped"?). Also, it's distracting, even more than the message "This means the session can be eavesdroped." itself (I get it during a ssh session between trusted systems, so it's probably not a problem).
CVS commit by thiago: Fixing a minor typo. BUG:101885 M +2 -2 Makefile.am 1.361 --- kdelibs/kdecore/Makefile.am #1.360:1.361 @@ -172,5 +172,5 @@ @echo "" @echo "kgrantpty is by default installed with a set SETUID root bit!" - @echo "This is needed for konsole, etc. to ensure that they can't be eavesdroped." + @echo "This is needed for konsole, etc. to ensure that they can't be eavesdropped." @echo ""