blob: 79b3961b0f002787099b89098de9a9788af2d7ed (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD$
--- lib/sasl/src/rb.erl.orig
+++ lib/sasl/src/rb.erl
@@ -414,7 +414,7 @@
Ref = make_ref(),
case (catch {Ref,binary_to_term(Bin)}) of
{'EXIT',_} ->
- {error, "Inclomplete erlang term in log"};
+ {error, "Incomplete erlang term in log"};
{Ref,Term} ->
{ok, Term}
end
|