diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-28 23:37:35 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-29 05:10:01 +0000 |
commit | 834da9c476909ba65eef20f2509d9d3937c1f3ee (patch) | |
tree | 24930c617c99065095080ce0c9049bd25c91d982 /include/editeng | |
parent | 8681bd32d778585fc0da8f42a77aeb58cbae4308 (diff) |
Fix typos
Change-Id: I379c3f8ca971e6180744fb7270dde9164ebcec1a
Reviewed-on: https://gerrit.libreoffice.org/35814
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/unoforou.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/unoforou.hxx b/include/editeng/unoforou.hxx index 7159db6c419d..02a78236e585 100644 --- a/include/editeng/unoforou.hxx +++ b/include/editeng/unoforou.hxx @@ -39,7 +39,7 @@ private: the selection maAttribsSelection */ mutable SfxItemSet* mpAttribsCache; - /** if we have a chached attribute item set, this is the selection of it */ + /** if we have a cached attribute item set, this is the selection of it */ mutable ESelection maAttribCacheSelection; /** this pointer may be null or point to an item set for the paragraph |