diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-24 13:21:17 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-28 07:40:57 +0200 |
commit | 15b8ffbe0d99606529dafebb33c529a091797286 (patch) | |
tree | 8cc9c6843be7a44d7ac1f894063c555d51346233 /compilerplugins/clang | |
parent | 4f3c39b3953098cb0f93eb2ba1f0a20bb071e713 (diff) |
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/clang')
-rw-r--r-- | compilerplugins/clang/store/tutorial/tutorial1.hxx | 2 |
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: |