Skip to content

Commit c347c7c

Browse files
committed
Fix typo.
1 parent baa9c28 commit c347c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/PythonCextBuiltins.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2504,7 +2504,7 @@ Object doStrings(String prefix, String msg, int status) {
25042504
if (msg != null) {
25052505
stderr.print(msg);
25062506
} else {
2507-
stderr.print("<messgae not set>");
2507+
stderr.print("<message not set>");
25082508
}
25092509
stderr.println();
25102510
stderr.flush();

0 commit comments

Comments
 (0)