From 7d3b9d3333aa1aaa1066863f95e29e506e21ad52 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 29 Mar 2014 18:13:39 +0100 Subject: typo: optimisation -> optimization --- include/o3tl/sorted_vector.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/o3tl') 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 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() ) { -- cgit