typo: "unintialized" -> "uninitialized" (#2209)

This commit is contained in:
Philip McGrath 2018-08-05 22:53:21 -05:00 committed by Ben Greenman
parent 8deaa4cf91
commit 3e6846a8d9

View File

@ -1520,7 +1520,7 @@ static Scheme_Hash_Tree *push_prefix(Scheme_Linklet *linklet, Scheme_Instance *i
if (v) {
if (!((Scheme_Bucket *)v)->val) {
bad_reason = "is unintialized";
bad_reason = "is uninitialized";
v = NULL;
} else if (linklet->import_shapes) {
Scheme_Object *shape = SCHEME_VEC_ELS(linklet->import_shapes)[pos-1];