Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
headius committed Oct 19, 2023
1 parent f72776a commit 27c554c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/jruby/runtime/Helpers.java
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public static boolean subtractionOverflowed(long original, long other, long resu
* @return the resulting {@link Errno} value, or null if none could be determined.
*/
public static Errno errnoFromException(Throwable t) {
// FIXME: Error-message scrapingis gross and turns out to be fragile if the host system is localized jruby/jruby#5415
// FIXME: Error-message scraping is gross and turns out to be fragile if the host system is localized jruby/jruby#5415

// Try specific exception types by rethrowing and catching.
try {
Expand Down

0 comments on commit 27c554c

Please sign in to comment.