Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bsteffensmeier committed Apr 22, 2022
1 parent 5bbc058 commit c5d55fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/c/Objects/pyjclass.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ static PyObject* pyjclass_add_inner_classes(JNIEnv *env,
* left in for backwards compatiblity, consider removing them in the future.
*
* Since the method and fields for a class are added to the type and the type
* is cached, this can just copy the attributes from he type and avoid any
* is cached, this can just copy the attributes from the type and avoid any
* reflection.
*/
static PyObject* pyjclass_init_attr(JNIEnv *env, jclass clazz)
Expand Down

0 comments on commit c5d55fb

Please sign in to comment.