| Summary: | typo eavesdroped should be eavesdropped | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Raf Schietekat <raf_schietekat> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Raf Schietekat
2005-03-19 11:44: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 ""
|