Bug 101885

Summary: typo eavesdroped should be eavesdropped
Product: [Applications] konsole Reporter: Raf Schietekat <raf_schietekat>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Raf Schietekat 2005-03-19 11:44:40 UTC
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).
Comment 1 Thiago Macieira 2005-03-19 17:13:40 UTC
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 ""