aboutsummaryrefslogtreecommitdiffstats
path: root/lib/jinterface/java_src/com
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2012-02-16 12:17:29 +0100
committerHenrik Nord <[email protected]>2012-02-16 12:17:37 +0100
commitce5a7298260d97b6d8aadc4eab016fd2ebbe1a02 (patch)
tree8fac04d3aaf5f2fc9c53131d66b968dcbc81bdd3 /lib/jinterface/java_src/com
parent6077599253e275f86ccab155bbb7082fa5253e4b (diff)
parentbc330f609b6ff751eefff4113d54f856832c3f30 (diff)
downloadotp-ce5a7298260d97b6d8aadc4eab016fd2ebbe1a02.tar.gz
otp-ce5a7298260d97b6d8aadc4eab016fd2ebbe1a02.tar.bz2
otp-ce5a7298260d97b6d8aadc4eab016fd2ebbe1a02.zip
Merge branch 'rc/spell-registered' into maint
* rc/spell-registered: Correct spelling of "registered" in various places in the source code OTP-9925
Diffstat (limited to 'lib/jinterface/java_src/com')
-rw-r--r--lib/jinterface/java_src/com/ericsson/otp/erlang/OtpMbox.java2
1 files changed, 1 insertions, 1 deletions
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 d6f319d378..b0b64e6953 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;