diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-07-14 13:46:04 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-07-15 09:44:58 +0200 |
commit | 75b410f1292fc9f794984583f734260e8a0378c6 (patch) | |
tree | 335ff647c0474a44919ee6edbd4b01ce3e218836 /svx | |
parent | b14f4ef8eb37fe2d01cf5a366a24cc570fe06a10 (diff) |
Fix typo "vetor"->"vector"
Change-Id: Ie706797e1bda4d1cd279fa68e93fb15beabb6a2e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137077
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/xoutdev/xattr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/xoutdev/xattr.cxx b/svx/source/xoutdev/xattr.cxx index aceba42bbb61..7d8c1395e584 100644 --- a/svx/source/xoutdev/xattr.cxx +++ b/svx/source/xoutdev/xattr.cxx @@ -434,7 +434,7 @@ bool XDash::operator==(const XDash& rDash) const // XDash is translated into an array of doubles which describe the lengths of the // dashes, dots and empty passages. It returns the complete length of the full DashDot -// sequence and fills the given vetor of doubles accordingly (also resizing, so deleting it). +// sequence and fills the given vector of doubles accordingly (also resizing, so deleting it). const double SMALLEST_DASH_WIDTH(26.95); double XDash::CreateDotDashArray(::std::vector< double >& rDotDashArray, double fLineWidth) const |