summaryrefslogtreecommitdiff
path: root/svl/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-23 12:30:33 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-23 12:30:56 +0200
commit9325dca98163f8fc7cfcf6a76abddfe4e902d73b (patch)
treebad5f73178f4a2cfc84e8d1d3d9fb924d509ad05 /svl/inc
parentb3644853d67872b0bb3956fb16cbaf0d0ed3c5dc (diff)
"atomar" is not a word
SCNR Change-Id: I3aaa8d9b37423d44fe11f161cc21c0a77b466353
Diffstat (limited to 'svl/inc')
-rw-r--r--svl/inc/svl/undo.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/inc/svl/undo.hxx b/svl/inc/svl/undo.hxx
index 7059ab88588a..f36cd816b607 100644
--- a/svl/inc/svl/undo.hxx
+++ b/svl/inc/svl/undo.hxx
@@ -258,7 +258,7 @@ namespace svl
Effectively, calling this method is equivalent to <code>while ( IsInListAction() ) LeaveListAction();</code>,
followed by <code>Clear()</code>. The only difference to this calling sequence is that Reset is an
- atomar operation, also resulting in only one notification.
+ atomic operation, also resulting in only one notification.
*/
virtual void Reset() = 0;