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. --- lib/mnesia/doc/src/mnesia.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/mnesia/doc') 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,

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.

-- cgit v1.2.3