diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-12-29 00:35:10 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-12-29 09:56:34 +0100 |
commit | a2ef65b09da20aa1d0c15b883a58056df2dbad6b (patch) | |
tree | a52d189d8b2a0eedfdf7fd126736af49ef9d3624 /codemaker/source | |
parent | d0222ba1fd7617b793e1e513247b11a82eb22f4e (diff) |
Fix typos
Change-Id: I0e56430afa65b6b5826d56212ac501c0244fce9b
Reviewed-on: https://gerrit.libreoffice.org/47145
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'codemaker/source')
-rw-r--r-- | codemaker/source/cppumaker/dependencies.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codemaker/source/cppumaker/dependencies.hxx b/codemaker/source/cppumaker/dependencies.hxx index b74ae489d076..718dac392c87 100644 --- a/codemaker/source/cppumaker/dependencies.hxx +++ b/codemaker/source/cppumaker/dependencies.hxx @@ -34,7 +34,7 @@ class TypeManager; namespace codemaker { namespace cppumaker { /** - A simple class to track which other entites a given entity depends on. + A simple class to track which other entities a given entity depends on. <p>This class is not multi-thread–safe.</p> */ |