diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-07-21 13:44:56 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-07-21 15:48:33 +0200 |
commit | 0ebd75c5acc24568b0a792a81a3454e81faa5abb (patch) | |
tree | f71f7e4f446a20015c625924b75b221190848565 /xmloff | |
parent | e87108c5e769749e9ea2923e18250a276ed8a9a4 (diff) |
Fix typos
Change-Id: I43f38b4dda6b1999d84d9f9760d0fae4c0358394
Reviewed-on: https://gerrit.libreoffice.org/40277
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/nmspmap.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 |