From e147300e1514d8cfd134be7b0346bbb228957c68 Mon Sep 17 00:00:00 2001 From: Magnus Henoch Date: Fri, 26 Mar 2010 12:30:36 +0000 Subject: [PATCH] Spelling fix: "loose" is not a verb. Change "loose" to "lose" where appropriate. --- erts/doc/src/erlang.xml | 2 +- erts/doc/src/notes.xml | 2 +- lib/mnesia/doc/src/mnesia.xml | 2 +- lib/stdlib/doc/src/notes.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index c95a7005ece0..cd9bb85f5c66 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -5105,7 +5105,7 @@ true

NOTE: If other programs on the system have bound to processors, e.g. another Erlang runtime system, you - may loose performance when binding schedulers. Therefore, + may lose performance when binding schedulers. Therefore, schedulers are by default not bound.

Schedulers can be bound in different ways. The How argument determines how schedulers are bound. How can diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index c11509131c70..a4867adf229e 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -109,7 +109,7 @@

A number of bugs concerning re and unicode are corrected:

-

re:compile no longer looses unicode option, which also +

re:compile no longer loses unicode option, which also fixes bug in re:split.

re:replace now handles unicode charlist replacement argument

diff --git a/lib/mnesia/doc/src/mnesia.xml b/lib/mnesia/doc/src/mnesia.xml index d76471d922e8..5d3bcf830e65 100644 --- a/lib/mnesia/doc/src/mnesia.xml +++ b/lib/mnesia/doc/src/mnesia.xml @@ -1135,7 +1135,7 @@ mnesia:create_table(person,

If two processes perform mnesia:dirty_update_counter/3 simultaneously, both updates will take effect without the - risk of loosing one of the updates. The new value + risk of losing one of the updates. The new value NewVal of the counter is returned.

If Key don't exits, a new record is created with the value Incr if it is larger than 0, otherwise it is set to 0.

diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml index c55eafc8b8a5..28a3719d3814 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -50,7 +50,7 @@

A number of bugs concerning re and unicode are corrected:

-

re:compile no longer looses unicode option, which also +

re:compile no longer loses unicode option, which also fixes bug in re:split.

re:replace now handles unicode charlist replacement argument