diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-23 16:30:54 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-23 17:54:36 +0100 |
commit | 508e973bc56b0f6213276ffd38b492ee101b589b (patch) | |
tree | 9fac417bc54d381eac70520e9a1edd74211ec58d /sc | |
parent | 5b9d0d4a999ffeec47cedb09599e458a632a4946 (diff) |
Fix typos
Change-Id: I17e617d89d1b5ad92c5c8218958e86ca722b13e2
Reviewed-on: https://gerrit.libreoffice.org/48435
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/tool/rangelst.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/rangelst.cxx b/sc/source/core/tool/rangelst.cxx index 3f56e5337e73..0513d258a634 100644 --- a/sc/source/core/tool/rangelst.cxx +++ b/sc/source/core/tool/rangelst.cxx @@ -267,7 +267,7 @@ Label_Range_Join: if ( p->In( *pOver ) ) { // range pOver included in or identical to range p // XXX if we never used Append() before Join() we could remove - // pOver and end processing, but it is not guranteed and there can + // pOver and end processing, but it is not guaranteed and there can // be duplicates. if ( bIsInList ) bJoined = true; // do away with range pOver |