diff options
| author | Magnus Henoch <[email protected]> | 2010-03-26 12:30:36 +0000 | 
|---|---|---|
| committer | Björn Gustavsson <[email protected]> | 2010-03-26 14:13:39 +0100 | 
| commit | 4f0be70debbd7c6f281ba6edd4cb0334135c78e9 (patch) | |
| tree | 15412ef234277f0b9b6ee5ba698ed4c8b2c6dfb9 /lib/mnesia/doc/src | |
| parent | 995f42028bfbb939572840b7a0a38c1c39ba05fa (diff) | |
| download | otp-4f0be70debbd7c6f281ba6edd4cb0334135c78e9.tar.gz otp-4f0be70debbd7c6f281ba6edd4cb0334135c78e9.tar.bz2 otp-4f0be70debbd7c6f281ba6edd4cb0334135c78e9.zip  | |
Fix spelling: "loose" is not a verb
"Lose" means not "not win", but "loose" means "not tight".
Change "loose" to "lose" where appropriate.
Diffstat (limited to 'lib/mnesia/doc/src')
| -rw-r--r-- | lib/mnesia/doc/src/mnesia.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mnesia/doc/src/mnesia.xml b/lib/mnesia/doc/src/mnesia.xml index d76471d922..5d3bcf830e 100644 --- a/lib/mnesia/doc/src/mnesia.xml +++ b/lib/mnesia/doc/src/mnesia.xml @@ -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>  | 
