diff options
| author | Joerg Bornemann <[email protected]> | 2013-09-27 15:29:16 +0200 |
|---|---|---|
| committer | Joerg Bornemann <[email protected]> | 2013-09-27 16:35:17 +0200 |
| commit | f8eae78fc87ad19a17fcd17ab83c2020b88e2b6a (patch) | |
| tree | e1bb3766436354b0f8392e92254765fd1075d9e8 /src/libs/cplusplus/ASTParent.h | |
| parent | eeae50902d67dea30efef428014ab2cac2159127 (diff) | |
C++: fix typo
Change-Id: I57394be40b85eb907d9c7d0ebb713685f9651a4d
Reviewed-by: Nikolai Kosjar <[email protected]>
Diffstat (limited to 'src/libs/cplusplus/ASTParent.h')
| -rw-r--r-- | src/libs/cplusplus/ASTParent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/cplusplus/ASTParent.h b/src/libs/cplusplus/ASTParent.h index efd7d322d93..02f4a4fea57 100644 --- a/src/libs/cplusplus/ASTParent.h +++ b/src/libs/cplusplus/ASTParent.h @@ -40,7 +40,7 @@ namespace CPlusPlus { class CPLUSPLUS_EXPORT ASTParent: protected ASTVisitor { public: - ASTParent(TranslationUnit *transaltionUnit, AST *rootNode); + ASTParent(TranslationUnit *translationUnit, AST *rootNode); virtual ~ASTParent(); AST *operator()(AST *ast) const; |
