diff options
-rw-r--r-- | cui/inc/strings.hrc | 2 | ||||
-rw-r--r-- | include/vcl/ITiledRenderable.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cui/inc/strings.hrc b/cui/inc/strings.hrc index dca50c2cd57a..18ea70bd6f4e 100644 --- a/cui/inc/strings.hrc +++ b/cui/inc/strings.hrc @@ -279,7 +279,7 @@ contains an optional model word associated to the new user word, allowing its affixation or compounding during spell checking. For example, adding "Grammar By" word "fund" to the new user - word "crowdfund", the spell checker will recogize "crowdfund" + word "crowdfund", the spell checker will recognize "crowdfund" with suffixes of "fund": "crowdfunding", "crowdfund's" etc. */ #define RID_SVXSTR_OPT_GRAMMAR_BY NC_("RID_SVXSTR_OPT_GRAMMAR_BY", "~Grammar By") diff --git a/include/vcl/ITiledRenderable.hxx b/include/vcl/ITiledRenderable.hxx index 4e5f128674ee..59aa6ad25db2 100644 --- a/include/vcl/ITiledRenderable.hxx +++ b/include/vcl/ITiledRenderable.hxx @@ -144,7 +144,7 @@ public: } /** - * Show/Hide a single row/column header outline for Calc dosuments. + * Show/Hide a single row/column header outline for Calc documents. * * @param bColumn - if we are dealing with a column or row group * @param nLevel - the level to which the group belongs |