From 0ebd75c5acc24568b0a792a81a3454e81faa5abb Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 21 Jul 2017 13:44:56 +0200 Subject: Fix typos Change-Id: I43f38b4dda6b1999d84d9f9760d0fae4c0358394 Reviewed-on: https://gerrit.libreoffice.org/40277 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- xmloff/source/core/nmspmap.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmloff/source') diff --git a/xmloff/source/core/nmspmap.cxx b/xmloff/source/core/nmspmap.cxx index e20363ee67ab..7d45c524d5f5 100644 --- a/xmloff/source/core/nmspmap.cxx +++ b/xmloff/source/core/nmspmap.cxx @@ -30,8 +30,8 @@ using namespace ::xmloff::token; -/* The basic idea of this class is that we have two two ways to search our - * data...by prefix and by key. We use an unordered_map for fast prefix +/* The basic idea of this class is that we have two ways to search our + * data, by prefix and by key. We use an unordered_map for fast prefix * searching and an STL map for fast key searching. * * The references to an 'Index' refer to an earlier implementation of the -- cgit v1.2.3