pkgsrc-wip/erlang/patches/patch-ak

14 lines
440 B
Text
Raw Normal View History

$NetBSD: patch-ak,v 1.1.1.1 2008/04/16 06:11:50 marttikuparinen Exp $
--- lib/sasl/src/rb.erl.orig 2007-12-04 08:02:32.000000000 -0500
+++ lib/sasl/src/rb.erl
@@ -414,7 +414,7 @@ read_report(Fd) ->
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