diff options
Diffstat (limited to 'kpresenter/scripts/mkstandalone.sh')
-rwxr-xr-x | kpresenter/scripts/mkstandalone.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpresenter/scripts/mkstandalone.sh b/kpresenter/scripts/mkstandalone.sh index fa99fe69..be7314ca 100755 --- a/kpresenter/scripts/mkstandalone.sh +++ b/kpresenter/scripts/mkstandalone.sh @@ -71,7 +71,7 @@ else mkdir -p $out/bin cp $TDEDIR/bin/kpresenter $out/bin/ cp $TDEDIR/bin/dcopserver $out/bin/ - # Take kded as well - we could copy the ksycoca file but we would have + # Take kded as well - we could copy the tdesycoca file but we would have # to install it in ~/.trinity ... cp $TDEDIR/bin/kded $out/bin/ |