From 4f0be70debbd7c6f281ba6edd4cb0334135c78e9 Mon Sep 17 00:00:00 2001
From: Magnus Henoch
Date: Fri, 26 Mar 2010 12:30:36 +0000
Subject: Fix spelling: "loose" is not a verb
"Lose" means not "not win", but "loose" means "not tight".
Change "loose" to "lose" where appropriate.
---
erts/doc/src/erlang.xml | 2 +-
erts/doc/src/notes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
(limited to 'erts')
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml
index c95a7005ec..cd9bb85f5c 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 c11509131c..a4867adf22 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
--
cgit v1.2.3