diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/paramtest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/paramtest.cc b/test/paramtest.cc index ad0481a96..2efe23c83 100644 --- a/test/paramtest.cc +++ b/test/paramtest.cc @@ -76,7 +76,7 @@ const EnumParamMap enum2_map[] = { "ten", 10 }, { "twenty", 20 }, { "thirty", 30 }, - { "fourty", 40 } + { "forty", 40 } }; BEGIN_INIT_SIM_OBJECT_PARAMS(ParamTest) |