associated with an operating system than with a programming language: concurrent processes, scheduling, memory management, distribution, networking, etc. The initial open-source Erlang release contains the implementation of Erlang, as well as a large part of Ericsson's middleware for building distributed high-availability systems.
13 lines
440 B
Text
13 lines
440 B
Text
$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
|