diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-11 18:30:57 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 11:43:04 +0200 |
commit | ec3a14ba93ba0be49170afa979f299bbf9e24300 (patch) | |
tree | a04d0d29389db1643549216aee0d52911cb767e4 /svgio/inc/svgnode.hxx | |
parent | ba6519a800da9f105953436e3e70701850d4e3dc (diff) |
Fix typos
Change-Id: Ia44a9dd214b5b09ed6f9c39b8057c41ae03897f1
Reviewed-on: https://gerrit.libreoffice.org/77285
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svgio/inc/svgnode.hxx')
-rw-r--r-- | svgio/inc/svgnode.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/inc/svgnode.hxx b/svgio/inc/svgnode.hxx index c10179bf236a..86a83e6afab6 100644 --- a/svgio/inc/svgnode.hxx +++ b/svgio/inc/svgnode.hxx @@ -107,7 +107,7 @@ namespace svgio Display maDisplay; // CSS style vector chain, used in decompose phase and built up once per node. - // It contains the StyleHierarchy for the local node. INdependent from the + // It contains the StyleHierarchy for the local node. Independent from the // node hierarchy itself which also needs to be used in style entry solving ::std::vector< const SvgStyleAttributes* > maCssStyleVector; |