1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/lang/erlang14/files/patch-lib_sasl_src_rb.erl
2005-10-28 19:51:49 +00:00

15 lines
326 B
Erlang

$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