summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorGolnaz Irannejad <golnaz.irannejad@gmail.com>2013-04-01 21:06:21 -0400
committerAndras Timar <atimar@suse.com>2013-04-02 06:47:04 +0000
commit4d858fff6b0980e82b36a7fe70a9e750ee9d53a2 (patch)
tree5da378bd3f87cd1922fbd40ad7828342bb7aab5f /sw
parent07b0617a5af5f1d942595695b1e3f27dbaea6bf8 (diff)
Fix typo: addtional => additional in the comment.
Change-Id: I7e9e71c721266a0cbc4412024ec49cb689672876 Reviewed-on: https://gerrit.libreoffice.org/3165 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/vba/vbadocumentproperties.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbadocumentproperties.cxx b/sw/source/ui/vba/vbadocumentproperties.cxx
index 7640bd1d6558..db8f40865ce6 100644
--- a/sw/source/ui/vba/vbadocumentproperties.cxx
+++ b/sw/source/ui/vba/vbadocumentproperties.cxx
@@ -296,7 +296,7 @@ public:
try
{
// Characters, ParagraphCount & WordCount are available from
- // the model ( and addtionally these also update the statics object )
+ // the model ( and additionally these also update the statics object )
return mxModelProps->getPropertyValue( rPropName );
}
catch (const uno::Exception&)