summaryrefslogtreecommitdiffstats
path: root/korundum/rubylib/rbtdeconfig_compiler
diff options
context:
space:
mode:
Diffstat (limited to 'korundum/rubylib/rbtdeconfig_compiler')
-rwxr-xr-xkorundum/rubylib/rbtdeconfig_compiler/checkkcfg.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/korundum/rubylib/rbtdeconfig_compiler/checkkcfg.pl b/korundum/rubylib/rbtdeconfig_compiler/checkkcfg.pl
index 26b12bad..8d066b81 100755
--- a/korundum/rubylib/rbtdeconfig_compiler/checkkcfg.pl
+++ b/korundum/rubylib/rbtdeconfig_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;