aboutsummaryrefslogtreecommitdiffstats
path: root/lib/jinterface/java_src/com
diff options
context:
space:
mode:
authorRichard Carlsson <[email protected]>2011-10-31 13:43:16 +0100
committerRichard Carlsson <[email protected]>2012-01-03 12:43:31 +0100
commitbc330f609b6ff751eefff4113d54f856832c3f30 (patch)
tree94b227a83e4c8b570f6d996af0b80637523efc42 /lib/jinterface/java_src/com
parent01f35546b9dbaac053a80418b38105a1acc35540 (diff)
downloadotp-bc330f609b6ff751eefff4113d54f856832c3f30.tar.gz
otp-bc330f609b6ff751eefff4113d54f856832c3f30.tar.bz2
otp-bc330f609b6ff751eefff4113d54f856832c3f30.zip
Correct spelling of "registered" in various places in the source code
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 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;