summaryrefslogtreecommitdiffstats
path: root/scripts/kde-spellcheck.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/kde-spellcheck.pl')
-rwxr-xr-xscripts/kde-spellcheck.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/kde-spellcheck.pl b/scripts/kde-spellcheck.pl
index 901fdf12..f49c6df2 100755
--- a/scripts/kde-spellcheck.pl
+++ b/scripts/kde-spellcheck.pl
@@ -43,7 +43,7 @@ CAUTION IS NEEDED WHEN USING THIS SCRIPT - changes are made to the original
file and are not programming language syntax aware - this is why the script
only suggests the changes to be made unless --make-changes is specified.
-Hidden files, CVS directories, .desktop, and .tqmoc files are excluded
+Hidden files, CVS directories, .desktop, and .moc files are excluded
from checking.
--check-dictionary : Checks the internal dictionary for potential
@@ -195,7 +195,7 @@ sub process_directory
{
if ( $entry =~ /^\./ or
$entry =~ /\.desktop$/ or
- $entry =~ /\.tqmoc$/ or
+ $entry =~ /\.moc$/ or
$entry eq "CVS" )
{
info "Skipping excluded file or directory: $entry\n";