From: hadaq Date: Mon, 8 Oct 2012 12:08:33 +0000 (+0000) Subject: typo X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=7bd1636cb54120fdc715dcc403fb2f976ec36898;p=daqtools.git typo --- diff --git a/cts/CtsPlugins/CtsMod40.pm b/cts/CtsPlugins/CtsMod40.pm index 48d58c9..abc1bfa 100755 --- a/cts/CtsPlugins/CtsMod40.pm +++ b/cts/CtsPlugins/CtsMod40.pm @@ -59,7 +59,7 @@ sub init { 'type' . (8*$i + 7) => {'lower' => 28, 'len' => 4, 'type' => 'enum', 'enum' => $enumDef} }, { 'accessmode' => "rw", - 'label' => "Trigger Event Tpye $i", + 'label' => "Trigger Event Type $i", 'monitor' => '1', 'export' => 1 }); @@ -72,4 +72,4 @@ sub init { } } -1; \ No newline at end of file +1;