From 7bd1636cb54120fdc715dcc403fb2f976ec36898 Mon Sep 17 00:00:00 2001 From: hadaq Date: Mon, 8 Oct 2012 12:08:33 +0000 Subject: [PATCH] typo --- cts/CtsPlugins/CtsMod40.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.43.0