From e89ebdcb87f23a71ad97581541bb2eaeee5e83e9 Mon Sep 17 00:00:00 2001 From: "K.Takata" Date: Wed, 11 Mar 2020 16:43:12 +0900 Subject: Fix typos (#2958) * Fix a typo * Fix typos in st.[ch] --- include/ruby/st.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ruby') diff --git a/include/ruby/st.h b/include/ruby/st.h index ea1637bd9f..1e4bb80686 100644 --- a/include/ruby/st.h +++ b/include/ruby/st.h @@ -1,7 +1,7 @@ /* This is a public domain general purpose hash table package originally written by Peter Moore @ UCB. - The hash table data strutures were redesigned and the package was + The hash table data structures were redesigned and the package was rewritten by Vladimir Makarov . */ #ifndef RUBY_ST_H -- cgit v1.2.3