Skip to content

Commit 1ad2784

Browse files
renaming
Co-authored-by: Caleb Aikens <[email protected]>
1 parent b310b6f commit 1ad2784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StrType.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ PyObject *StrType::getPyObject(JSContext *cx, JS::HandleValue str) {
189189
}
190190
}
191191

192-
return proxyfiString(cx, str);
192+
return proxifyString(cx, str);
193193
}
194194

195195
const char *StrType::getValue(JSContext *cx, JS::HandleValue str) {

0 commit comments

Comments
 (0)