diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2016-12-07 14:24:08 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2016-12-07 11:28:59 +0000 |
commit | 1d74d19a76f203ca33956e564b916704e17af4f7 (patch) | |
tree | fc4532a6a10febf40d8c1e0c941ef05cbca6850f /include/unotools | |
parent | d1a9c73ea16f5b4838f639ce2bb2226d9b9b334a (diff) |
Monkey business: Fix typo in comments: et -> ed :)
Change-Id: I91440e8582108b9121ac6525c8ac88ad6f218a60
Reviewed-on: https://gerrit.libreoffice.org/31721
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/lingucfg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/lingucfg.hxx b/include/unotools/lingucfg.hxx index 60a933d7a140..759576d4a6c4 100644 --- a/include/unotools/lingucfg.hxx +++ b/include/unotools/lingucfg.hxx @@ -112,7 +112,7 @@ struct UNOTOOLS_DLLPUBLIC SvtLinguOptions bool bROIsTranslateCommonTerms; bool bROIsReverseMapping; - // check value need to determine if the configuration needs to updatet + // check value need to determine if the configuration needs to be updated // or not (used for a quick check if data files have been changed/added // or deleted sal_Int32 nDataFilesChangedCheckValue; |