summaryrefslogtreecommitdiff
path: root/test/rlhc.d/case/eofact_go.go-Z-F0--goto-backend.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/rlhc.d/case/eofact_go.go-Z-F0--goto-backend.in')
-rw-r--r--test/rlhc.d/case/eofact_go.go-Z-F0--goto-backend.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/rlhc.d/case/eofact_go.go-Z-F0--goto-backend.in b/test/rlhc.d/case/eofact_go.go-Z-F0--goto-backend.in
index 5ed15817..27579fa0 100644
--- a/test/rlhc.d/case/eofact_go.go-Z-F0--goto-backend.in
+++ b/test/rlhc.d/case/eofact_go.go-Z-F0--goto-backend.in
@@ -25,7 +25,7 @@ array s8 _eofact_char_class( 0, 7 ) = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
array s8 _eofact_index_offsets( 0, 14 ) = { 0, 0, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 14, 0 };
-array s8 _eofact_indicies( 0, 11 ) = { 0, 1, 1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 0 };
+array s8 _eofact_indices( 0, 11 ) = { 0, 1, 1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 0 };
array s8 _eofact_index_defaults( 0, 1 ) = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 };
@@ -78,13 +78,13 @@ host( "working/eofact_go.rl", 34 ) @{
goto _out;
label _resume {
_keys = offset( _eofact_trans_keys, (cs<<1) );
- _inds = offset( _eofact_indicies, _eofact_index_offsets[cs] );
+ _inds = offset( _eofact_indices, _eofact_index_offsets[cs] );
if ( ( deref( data, p )) <= 116 && ( deref( data, p )) >= 10 )
{
int _ic = cast(int)_eofact_char_class[cast(int)( deref( data, p )) - 10];
if ( _ic <= cast(int)deref( _eofact_trans_keys, _keys+1 ) && _ic >= cast(int)deref( _eofact_trans_keys, _keys ) )
- _trans = cast(int)deref( _eofact_indicies, _inds + cast(int)( _ic - cast(int)deref( _eofact_trans_keys, _keys ) ) );
+ _trans = cast(int)deref( _eofact_indices, _inds + cast(int)( _ic - cast(int)deref( _eofact_trans_keys, _keys ) ) );
else
_trans = cast(int)_eofact_index_defaults[cs];
}