Skip to content

Commit

Permalink
TYPO b-init.c: actions -> natives
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliolunati committed Jan 25, 2015
1 parent 2dbb0c2 commit 181e113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/b-init.c
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ extern const REBYTE Str_Banner[];
value = Get_System(SYS_CATALOG, CAT_ACTIONS);
Set_Block(value, Collect_Set_Words(VAL_BLK(&Boot_Block->actions)));

// Create system/catalog/actions block:
// Create system/catalog/nativess block:
value = Get_System(SYS_CATALOG, CAT_NATIVES);
Set_Block(value, Collect_Set_Words(VAL_BLK(&Boot_Block->natives)));

Expand Down

0 comments on commit 181e113

Please sign in to comment.