summaryrefslogtreecommitdiff
path: root/include/o3tl
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-03-29 18:13:39 +0100
committerThomas Arnhold <thomas@arnhold.org>2014-03-29 19:16:18 +0100
commit7d3b9d3333aa1aaa1066863f95e29e506e21ad52 (patch)
tree41079761a8d9ce0f65015d84bb3e431f5d0d0f0e /include/o3tl
parent8bb09efc92fe4de373f4ed4759f29108feb8cc3a (diff)
typo: optimisation -> optimization
Diffstat (limited to 'include/o3tl')
-rw-r--r--include/o3tl/sorted_vector.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/o3tl/sorted_vector.hxx b/include/o3tl/sorted_vector.hxx
index 776fd5605e6f..3a7abe0024f0 100644
--- a/include/o3tl/sorted_vector.hxx
+++ b/include/o3tl/sorted_vector.hxx
@@ -141,7 +141,7 @@ public:
void insert(sorted_vector<Value,Compare,Find> const& rOther)
{
- // optimisation for the rather common case that we are overwriting this with the contents
+ // optimization for the rather common case that we are overwriting this with the contents
// of another sorted vector
if ( empty() )
{