diff options
author | Andrew Dryga <[email protected]> | 2017-02-12 19:49:22 +0200 |
---|---|---|
committer | Andrew Dryga <[email protected]> | 2017-02-14 11:32:54 +0200 |
commit | 4f43640032c3164cea09279044ee9a28a5ec02cb (patch) | |
tree | b0bb81acc642cc0478eb47326da79ac2091577df /lib/orber/src/orber_iiop.hrl | |
parent | fbfb4bb051eb54e43a91042b10250fcca177f521 (diff) | |
download | otp-4f43640032c3164cea09279044ee9a28a5ec02cb.tar.gz otp-4f43640032c3164cea09279044ee9a28a5ec02cb.tar.bz2 otp-4f43640032c3164cea09279044ee9a28a5ec02cb.zip |
Fixed typos in lib/orber
Diffstat (limited to 'lib/orber/src/orber_iiop.hrl')
-rw-r--r-- | lib/orber/src/orber_iiop.hrl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/orber/src/orber_iiop.hrl b/lib/orber/src/orber_iiop.hrl index 6bc82fb6d6..1b5d6a84ef 100644 --- a/lib/orber/src/orber_iiop.hrl +++ b/lib/orber/src/orber_iiop.hrl @@ -279,8 +279,8 @@ %%---------------------------------------------------------------------- %% Profile Body %% -%% iiop_version: describes the version of IIOP that the agent at the -%% specified adress is prepared to receive. +%% iiop_version: describes the version of IIOP that the agent at the +%% specified address is prepared to receive. %% host: identifies the internet host to which the GIOP messages %% for the specified object may be sent. %% port: contains the TCP?IP port number where the target agnet is listening |