diff options
Diffstat (limited to 'tdecore/tdeconfig_compiler')
-rwxr-xr-x | tdecore/tdeconfig_compiler/checkkcfg.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdecore/tdeconfig_compiler/checkkcfg.pl b/tdecore/tdeconfig_compiler/checkkcfg.pl index 26b12bad2..8d066b810 100755 --- a/tdecore/tdeconfig_compiler/checkkcfg.pl +++ b/tdecore/tdeconfig_compiler/checkkcfg.pl @@ -24,12 +24,12 @@ if ( system( $cmd ) != 0 ) { exit 1; } -chectdefile( $file_h ); -chectdefile( $file_cpp ); +checkfile( $file_h ); +checkfile( $file_cpp ); exit 0; -sub chectdefile() +sub checkfile() { my $file = shift; |