diff options
author | Tuncer Ayaz <[email protected]> | 2011-08-31 15:20:33 +0200 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2011-09-15 00:12:10 +0200 |
commit | 044a09a57b2fe383062b35b6697c7406f8e8b4b6 (patch) | |
tree | 7354611a592e5685fb237a19c43da8e68fd98275 /erts/doc | |
parent | d15f145c4b459bb7bf3e31dd66f7cd703d4c4fb8 (diff) | |
download | otp-044a09a57b2fe383062b35b6697c7406f8e8b4b6.tar.gz otp-044a09a57b2fe383062b35b6697c7406f8e8b4b6.tar.bz2 otp-044a09a57b2fe383062b35b6697c7406f8e8b4b6.zip |
Fix misspelling of accidentally
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/notes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 3733fb2db9..3e9e6a35f2 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -4534,7 +4534,7 @@ The race occurred when a process removed a table during termination simultaneously as another process removed the same table via <c>ets:delete/1</c> and a third process - created a table that accidentaly got the same internal + created a table that accidentally got the same internal table index as the table being removed.</p> <p> Own Id: OTP-7349</p> |