summaryrefslogtreecommitdiffstats
path: root/scripts/kdesvn-build
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/kdesvn-build')
-rwxr-xr-xscripts/kdesvn-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kdesvn-build b/scripts/kdesvn-build
index 706c755a..1cf17172 100755
--- a/scripts/kdesvn-build
+++ b/scripts/kdesvn-build
@@ -3432,7 +3432,7 @@ sub update_module_environment
my $path = join(':', "$qtdir/bin", "$kdedir/bin", get_option ($module, 'binpath'));
my $libdir = join(':', "$qtdir/lib", "$kdedir/lib", get_option ($module, 'libpath'));
- # Set up the tqchildren's environment. We use setenv since it
+ # Set up the children's environment. We use setenv since it
# won't set an environment variable to nothing. (e.g, setting
# QTDIR to a blank string might confuse Qt or KDE.