Fixed misspellings

Fixed misspellings reported at [Bug #16437], only in ruby and rubyspec.
This commit is contained in:
Nobuyoshi Nakada 2019-12-20 09:19:39 +09:00
parent 2898367b3a
commit db16629008
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60
45 changed files with 79 additions and 79 deletions

2
st.c
View file

@ -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)
{