Bug 101885 - typo eavesdroped should be eavesdropped
Summary: typo eavesdroped should be eavesdropped
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-19 11:44 UTC by Raf Schietekat
Modified: 2005-03-19 17:13 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ""