diff options
author | Myron Marston <[email protected]> | 2017-03-01 09:34:50 -0800 |
---|---|---|
committer | Myron Marston <[email protected]> | 2017-03-01 09:34:50 -0800 |
commit | eb437db9e7df90d5e72d6314ee7c49cbde77135a (patch) | |
tree | 42f92121e53f6ecafd74d9b74590526430c31fab /lib/orber/src | |
parent | 6a5aa63cbadbc831b38ef7781ca80c759debef44 (diff) | |
download | otp-eb437db9e7df90d5e72d6314ee7c49cbde77135a.tar.gz otp-eb437db9e7df90d5e72d6314ee7c49cbde77135a.tar.bz2 otp-eb437db9e7df90d5e72d6314ee7c49cbde77135a.zip |
Fix typos: lenght -> length
Diffstat (limited to 'lib/orber/src')
-rw-r--r-- | lib/orber/src/cdr_encode.erl | 2 |
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}). |