diff options
| author | John Bampton <[email protected]> | 2021-02-13 17:21:17 +1000 |
|---|---|---|
| committer | John Bampton <[email protected]> | 2021-02-13 17:21:17 +1000 |
| commit | be40e9c783363b45a14ba70a18157385814e8b3e (patch) | |
| tree | 1a3dd21c1c0f4a2898ae8f308e1cd516f4d9e717 /mrbgems/mruby-compiler/core/parse.y | |
| parent | 9a9c95986a2bb5d647f7a610c04987cd2b9397f4 (diff) | |
| download | mruby-be40e9c783363b45a14ba70a18157385814e8b3e.tar.gz mruby-be40e9c783363b45a14ba70a18157385814e8b3e.zip | |
chore: fix spelling
Normally a single spell checker can't find all the mistakes or check all types of code.
These mistakes were found by another spell checker inside my editor with a more manual sift / find.
Diffstat (limited to 'mrbgems/mruby-compiler/core/parse.y')
| -rw-r--r-- | mrbgems/mruby-compiler/core/parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-compiler/core/parse.y b/mrbgems/mruby-compiler/core/parse.y index 56b9bb38a..1a07cc14b 100644 --- a/mrbgems/mruby-compiler/core/parse.y +++ b/mrbgems/mruby-compiler/core/parse.y @@ -1450,7 +1450,7 @@ heredoc_end(parser_state *p) %token <nd> tSTRING tSTRING_PART tSTRING_MID %token <nd> tNTH_REF tBACK_REF %token <num> tREGEXP_END -%token <num> tNUMPARAM "numbered paraemeter" +%token <num> tNUMPARAM "numbered parameter" %type <nd> singleton string string_fragment string_rep string_interp xstring regexp %type <nd> literal numeric cpath symbol defn_head defs_head |
