summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-05-18 14:20:53 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-05-19 20:12:34 +0200
commit098a7d7f74e262634e39d72264e6b3e9a30fffc5 (patch)
tree1e6606a4e5a2c77fdc0973dd78739021c98103fa /sw
parent0b03073524cf5fec55faf8a8910ae9dc097744e3 (diff)
Fix typo
Change-Id: I4f58c7cabb00a152cb2b38a07bbe50a685c1d0a0 Reviewed-on: https://gerrit.libreoffice.org/54540 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/IGrammarContact.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/IGrammarContact.hxx b/sw/inc/IGrammarContact.hxx
index 995a80bc56e1..83d0c59c83b9 100644
--- a/sw/inc/IGrammarContact.hxx
+++ b/sw/inc/IGrammarContact.hxx
@@ -46,7 +46,7 @@ public:
virtual SwGrammarMarkUp* getGrammarCheck( SwTextNode& rTextNode, bool bCreate ) = 0;
/** finishGrammarCheck() has to be called if a grammar checking has been completed
- for a text node. If this text node has not been hided by the current proxy list
+ for a text node. If this text node has not been hidden by the current proxy list
it will be repainted. Otherwise the proxy list replaces the old list and the
repaint will be triggered by a timer
@returns void