diff options
Diffstat (limited to 'kalyptus/dcopidlng')
-rwxr-xr-x | kalyptus/dcopidlng | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kalyptus/dcopidlng b/kalyptus/dcopidlng index fc405047..a9add539 100755 --- a/kalyptus/dcopidlng +++ b/kalyptus/dcopidlng @@ -1,7 +1,7 @@ #!/bin/sh if [[ -z $KALYPTUS || ! -d $KALYPTUS ]] then - echo "Please set enviroment variable KALYPTUS to point to your kdebindings/kaltyptus checkout directory" + echo "Please set enviroment variable KALYPTUS to point to your tdebindings/kaltyptus checkout directory" exit fi perl -I$KALYPTUS $KALYPTUS/kalyptus $2 --allow_k_dcop_accessors -f dcopidl $1 2>/tmp/dcopidlng.stderr.$$ |