Skip to content

Commit b310b6f

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

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
@@ -193,7 +193,7 @@ PyObject *StrType::getPyObject(JSContext *cx, JS::HandleValue str) {
193193
}
194194

195195
const char *StrType::getValue(JSContext *cx, JS::HandleValue str) {
196-
PyObject *pyString = proxyfiString(cx, str);
196+
PyObject *pyString = proxifyString(cx, str);
197197
const char *value = PyUnicode_AsUTF8(pyString);
198198
Py_DECREF(pyString);
199199
return value;

0 commit comments

Comments
 (0)