aboutsummaryrefslogtreecommitdiffstats
path: root/lib/orber/src/orber_initial_references.erl
diff options
context:
space:
mode:
authorAndrew Dryga <[email protected]>2017-02-12 19:49:22 +0200
committerAndrew Dryga <[email protected]>2017-02-14 11:32:54 +0200
commit4f43640032c3164cea09279044ee9a28a5ec02cb (patch)
treeb0bb81acc642cc0478eb47326da79ac2091577df /lib/orber/src/orber_initial_references.erl
parentfbfb4bb051eb54e43a91042b10250fcca177f521 (diff)
downloadotp-4f43640032c3164cea09279044ee9a28a5ec02cb.tar.gz
otp-4f43640032c3164cea09279044ee9a28a5ec02cb.tar.bz2
otp-4f43640032c3164cea09279044ee9a28a5ec02cb.zip
Fixed typos in lib/orber
Diffstat (limited to 'lib/orber/src/orber_initial_references.erl')
-rw-r--r--lib/orber/src/orber_initial_references.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/orber/src/orber_initial_references.erl b/lib/orber/src/orber_initial_references.erl
index 738d702088..8caf69a68b 100644
--- a/lib/orber/src/orber_initial_references.erl
+++ b/lib/orber/src/orber_initial_references.erl
@@ -89,7 +89,7 @@ install(Timeout, Options) ->
end,
Wait = mnesia:wait_for_tables([orber_references], Timeout),
- %% Check if any error has occured yet. If there are errors, return them.
+ %% Check if any error has occurred yet. If there are errors, return them.
if
DB_Result == {atomic, ok},
Wait == ok ->