diff options
Diffstat (limited to 'scripts/kdesvn-build')
-rwxr-xr-x | scripts/kdesvn-build | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/kdesvn-build b/scripts/kdesvn-build index e247c3db..7e7f5a71 100755 --- a/scripts/kdesvn-build +++ b/scripts/kdesvn-build @@ -383,14 +383,14 @@ sub clr($) } # Subroutine which returns true if pretend mode is on. Uses the prototype -# feature so you don't need the tqparentheses to use it. +# feature so you don't need the parentheses to use it. sub pretending() { return get_option('global', 'pretend'); } # Subroutine which returns true if debug mode is on. Uses the prototype -# feature so you don't need the tqparentheses to use it. +# feature so you don't need the parentheses to use it. sub debugging() { return get_option('global', 'debug-level') <= DEBUG; @@ -1292,7 +1292,7 @@ sub safe_make (@) } # Convert the path to an absolute path since I've encountered a sudo that - # is aptqparently unable to guess. Maybe it's better that it doesn't guess + # is apparently unable to guess. Maybe it's better that it doesn't guess # anyways from a security point-of-view. $make = path_to_prog($make) unless pretending; @@ -2887,7 +2887,7 @@ sub create_admin_dir if (not -e $admindir) { - # Can't find kde-common, it's aptqparently not installed. + # Can't find kde-common, it's apparently not installed. if (not has_updated_kdecommon()) { # We haven't tried downloading it, now would be a good time. |