From 15b8ffbe0d99606529dafebb33c529a091797286 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 24 Apr 2019 13:21:17 +0000 Subject: Fix typo Change-Id: Id6985abca7702039168381082da4e47603b9aaf3 Reviewed-on: https://gerrit.libreoffice.org/71451 Tested-by: Jenkins Reviewed-by: Julien Nabet --- compilerplugins/clang/store/tutorial/tutorial1.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compilerplugins/clang/store') diff --git a/compilerplugins/clang/store/tutorial/tutorial1.hxx b/compilerplugins/clang/store/tutorial/tutorial1.hxx index 59f115147780..a296ab2cf27b 100644 --- a/compilerplugins/clang/store/tutorial/tutorial1.hxx +++ b/compilerplugins/clang/store/tutorial/tutorial1.hxx @@ -19,7 +19,7 @@ namespace loplugin // The class implementing the plugin action. class Tutorial1 - // Inherits from the Clang class that will allow examing the Clang AST tree (i.e. syntax tree). + // Inherits from the Clang class that will allow examining the Clang AST tree (i.e. syntax tree). : public FilteringPlugin< Tutorial1 > { public: -- cgit v1.2.3