summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KService.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KService.java')
-rw-r--r--kdejava/koala/org/kde/koala/KService.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdejava/koala/org/kde/koala/KService.java b/kdejava/koala/org/kde/koala/KService.java
index 4575e383..6af7642d 100644
--- a/kdejava/koala/org/kde/koala/KService.java
+++ b/kdejava/koala/org/kde/koala/KService.java
@@ -167,12 +167,12 @@ public class KService extends KSycocaEntry {
public native boolean terminal();
/**
Returns any options associated with the terminal the service
- runs in, if it retquires a terminal.
+ runs in, if it requires a terminal.
The service must be a tty-oriented program.
@return the terminal options,
or null if not set
- @short Returns any options associated with the terminal the service runs in, if it retquires a terminal.
+ @short Returns any options associated with the terminal the service runs in, if it requires a terminal.
*/
public native String terminalOptions();
/**
@@ -504,11 +504,11 @@ public class KService extends KSycocaEntry {
*/
// KService::List allServices(); >>>> NOT CONVERTED
/**
- Returns all services that retquire initialisation.
+ Returns all services that require initialisation.
Only needed by "kcminit"
@return the list of all services that need to be initialized
- @short Returns all services that retquire initialisation.
+ @short Returns all services that require initialisation.
*/
// KService::List allInitServices(); >>>> NOT CONVERTED
/**