summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index daa1e624a8..2569b42517 100644
--- a/hash.c
+++ b/hash.c
@@ -450,7 +450,7 @@ hash_aset(hash, key, val)
return Qnil;
}
if (TYPE(key) == T_STRING) {
- key = str_dup_freezed(key);
+ key = str_dup_frozen(key);
}
st_insert(RHASH(hash)->tbl, key, val);
return val;