diff options
author | Marcus Arendt <[email protected]> | 2014-08-28 10:25:11 +0200 |
---|---|---|
committer | Marcus Arendt <[email protected]> | 2014-08-28 10:25:11 +0200 |
commit | f5b36fc72e1ac37d00f82b7651b7ca06a628097f (patch) | |
tree | fbc4a36d985017ea8c585ac97af97ce054a1eadf /lib/erl_interface | |
parent | dca659f2f5f07b70a18d3e3a1ec0967f3933415e (diff) | |
parent | 63d7fbe5cdf2b714500467b771a237e9ec11aaa8 (diff) | |
download | otp-f5b36fc72e1ac37d00f82b7651b7ca06a628097f.tar.gz otp-f5b36fc72e1ac37d00f82b7651b7ca06a628097f.tar.bz2 otp-f5b36fc72e1ac37d00f82b7651b7ca06a628097f.zip |
Merge branch 'tuncer/misspelled-another' into maint
* tuncer/misspelled-another:
Fix misspellings of 'another'
Diffstat (limited to 'lib/erl_interface')
-rw-r--r-- | lib/erl_interface/src/connect/ei_connect.c | 2 | ||||
-rw-r--r-- | lib/erl_interface/src/legacy/erl_connect.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/erl_interface/src/connect/ei_connect.c b/lib/erl_interface/src/connect/ei_connect.c index 2e8418d61e..45c000ef76 100644 --- a/lib/erl_interface/src/connect/ei_connect.c +++ b/lib/erl_interface/src/connect/ei_connect.c @@ -761,7 +761,7 @@ int ei_close_connection(int fd) #endif /* - * Accept and initiate a connection from an other + * Accept and initiate a connection from another * Erlang node. Return a file descriptor at success, * otherwise -1; */ diff --git a/lib/erl_interface/src/legacy/erl_connect.c b/lib/erl_interface/src/legacy/erl_connect.c index ae0265a388..d70d914b79 100644 --- a/lib/erl_interface/src/legacy/erl_connect.c +++ b/lib/erl_interface/src/legacy/erl_connect.c @@ -190,7 +190,7 @@ int erl_close_connection(int fd) } /* - * Accept and initiate a connection from an other + * Accept and initiate a connection from another * Erlang node. Return a file descriptor at success, * otherwise -1; */ |