Skip to content

Commit

Permalink
Spelling fix: "loose" is not a verb.
Browse files Browse the repository at this point in the history
Change "loose" to "lose" where appropriate.
  • Loading branch information
legoscia committed Mar 26, 2010
1 parent 995f420 commit e147300
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion erts/doc/src/erlang.xml
Expand Up @@ -5105,7 +5105,7 @@ true</pre>
</p>
<p><em>NOTE:</em> 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.</p>
<p>Schedulers can be bound in different ways. The <c>How</c>
argument determines how schedulers are bound. <c>How</c> can
Expand Down
2 changes: 1 addition & 1 deletion erts/doc/src/notes.xml
Expand Up @@ -109,7 +109,7 @@
<item>
<p>A number of bugs concerning re and unicode are
corrected:</p>
<p>re:compile no longer looses unicode option, which also
<p>re:compile no longer loses unicode option, which also
fixes bug in re:split.</p>
<p>re:replace now handles unicode charlist replacement
argument</p>
Expand Down
2 changes: 1 addition & 1 deletion lib/mnesia/doc/src/mnesia.xml
Expand Up @@ -1135,7 +1135,7 @@ mnesia:create_table(person,
</list>
<p>If two processes perform <c>mnesia:dirty_update_counter/3</c>
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
<c>NewVal</c> of the counter is returned.</p>
<p>If <c>Key</c> don't exits, a new record is created with the value
<c>Incr</c> if it is larger than 0, otherwise it is set to 0.</p>
Expand Down
2 changes: 1 addition & 1 deletion lib/stdlib/doc/src/notes.xml
Expand Up @@ -50,7 +50,7 @@
<item>
<p>A number of bugs concerning re and unicode are
corrected:</p>
<p>re:compile no longer looses unicode option, which also
<p>re:compile no longer loses unicode option, which also
fixes bug in re:split.</p>
<p>re:replace now handles unicode charlist replacement
argument</p>
Expand Down

0 comments on commit e147300

Please sign in to comment.