summaryrefslogtreecommitdiffstats
path: root/compilerplugins
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-24 13:21:17 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-28 07:40:57 +0200
commit15b8ffbe0d99606529dafebb33c529a091797286 (patch)
tree8cc9c6843be7a44d7ac1f894063c555d51346233 /compilerplugins
parentFix typo (diff)
downloadcore-15b8ffbe0d99606529dafebb33c529a091797286.tar.gz
core-15b8ffbe0d99606529dafebb33c529a091797286.zip
Fix typo
Change-Id: Id6985abca7702039168381082da4e47603b9aaf3 Reviewed-on: https://gerrit.libreoffice.org/71451 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/store/tutorial/tutorial1.hxx2
1 files changed, 1 insertions, 1 deletions
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: