From 29082a9f81614d1bf76513d74861169022c97ac3 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Thu, 17 Dec 2020 20:50:35 +1100 Subject: [PATCH] docs: fix simple typo, strutures -> structures There is a small typo in st.h. Should read `structures` rather than `strutures`. --- st.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/st.h b/st.h index 7c109b04..0135fa44 100644 --- a/st.h +++ b/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