From bc330f609b6ff751eefff4113d54f856832c3f30 Mon Sep 17 00:00:00 2001 From: Richard Carlsson Date: Mon, 31 Oct 2011 13:43:16 +0100 Subject: Correct spelling of "registered" in various places in the source code --- lib/jinterface/java_src/com/ericsson/otp/erlang/OtpMbox.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/jinterface/java_src/com') diff --git a/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpMbox.java b/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpMbox.java index 71a419497a..de5e5ee65c 100644 --- a/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpMbox.java +++ b/lib/jinterface/java_src/com/ericsson/otp/erlang/OtpMbox.java @@ -141,7 +141,7 @@ public class OtpMbox { * Get the registered name of this mailbox. * * @return the registered name of this mailbox, or null if the mailbox had - * no registerd name. + * no registered name. */ public String getName() { return name; -- cgit v1.2.3