aboutsummaryrefslogtreecommitdiffstats
path: root/lib/orber
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2017-03-03 11:46:19 +0100
committerGitHub <[email protected]>2017-03-03 11:46:19 +0100
commit6df4e8aaf35488defd19c468395f4a5ae9714ada (patch)
treec9c1ac2c4a3ccc6f6a0c987a9f0f4cf9437b8df4 /lib/orber
parent79422f489a619df0bb6fcd32ce494fb9cefdaa12 (diff)
parenteb437db9e7df90d5e72d6314ee7c49cbde77135a (diff)
downloadotp-6df4e8aaf35488defd19c468395f4a5ae9714ada.tar.gz
otp-6df4e8aaf35488defd19c468395f4a5ae9714ada.tar.bz2
otp-6df4e8aaf35488defd19c468395f4a5ae9714ada.zip
Merge pull request #1359 from myronmarston/fix-length-typo
Fix typos: lenght -> length
Diffstat (limited to 'lib/orber')
-rw-r--r--lib/orber/src/cdr_encode.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/orber/src/cdr_encode.erl b/lib/orber/src/cdr_encode.erl
index f922b330a0..d8d1809f9d 100644
--- a/lib/orber/src/cdr_encode.erl
+++ b/lib/orber/src/cdr_encode.erl
@@ -683,7 +683,7 @@ enc_fixed(_Env, Digits, Scale, Fixed, _Bytes, _Len) ->
orber:dbg("[~p] cdr_encode:enc_fixed(~p, ~p, ~p)~n"
"The supplied fixed type incorrect. Check that the 'digits' and 'scale' field~n"
"match the definition in the IDL-specification. The value field must be~n"
- "a list of Digits lenght.",
+ "a list of Digits length.",
[?LINE, Digits, Scale, Fixed], ?DEBUG_LEVEL),
corba:raise(#'MARSHAL'{completion_status=?COMPLETED_MAYBE}).