From ca9897cf772ab09874f8d1e4881a0c79aa94748a Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 19 Dec 2017 21:55:26 +0100 Subject: Fix typos Change-Id: I28d73221ea83d89f73460f591723c6f80594ff15 Reviewed-on: https://gerrit.libreoffice.org/46822 Tested-by: Jenkins Reviewed-by: Julien Nabet --- hwpfilter/source/grammar.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hwpfilter') diff --git a/hwpfilter/source/grammar.cxx b/hwpfilter/source/grammar.cxx index 20f9d04b19f4..4eca314da16f 100644 --- a/hwpfilter/source/grammar.cxx +++ b/hwpfilter/source/grammar.cxx @@ -512,7 +512,7 @@ yyparse(YYPARSE_PARAM_ARG) /* Push a new state, which is found in yystate . */ /* In all cases, when you get here, the value and location stacks - have just been pushed. so pushing a state here evens the stacks. */ + have just been pushed. So pushing a state here events the stacks. */ yynewstate: *++yyssp = sal::static_int_cast(yystate); -- cgit