mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Fixed misspellings
Fixed misspellings reported at [Bug #16437], only in ruby and rubyspec.
This commit is contained in:
parent
2898367b3a
commit
db16629008
45 changed files with 79 additions and 79 deletions
2
st.c
2
st.c
|
@ -714,7 +714,7 @@ st_free_table(st_table *tab)
|
|||
free(tab);
|
||||
}
|
||||
|
||||
/* Return byte size of memory allocted for table TAB. */
|
||||
/* Return byte size of memory allocated for table TAB. */
|
||||
size_t
|
||||
st_memsize(const st_table *tab)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue