Skip to content

Commit ad37676

Browse files
committed
Typo.
1 parent c8ea8bf commit ad37676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/jruby/javasupport/JavaUtilities.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public static IRubyObject get_proxy_or_package_under_package(ThreadContext conte
6060
@JRubyMethod(module = true, visibility = Visibility.PRIVATE)
6161
public static IRubyObject register_converter(ThreadContext context, IRubyObject recv, IRubyObject source, IRubyObject target, IRubyObject converter, Block block) {
6262
if (block.isGiven()) {
63-
context.runtime.getWarnings().warn("block passed to `reigster_converter' ignored");
63+
context.runtime.getWarnings().warn("block passed to `register_converter' ignored");
6464
}
6565

6666
if (!(source instanceof RubyClass)) {

0 commit comments

Comments
 (0)