summaryrefslogtreecommitdiff
path: root/src/expr/expr_manager_template.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/expr_manager_template.cpp')
-rw-r--r--src/expr/expr_manager_template.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/expr_manager_template.cpp b/src/expr/expr_manager_template.cpp
index cf2616011..1db534dc4 100644
--- a/src/expr/expr_manager_template.cpp
+++ b/src/expr/expr_manager_template.cpp
@@ -51,7 +51,7 @@ ${includes}
if (d_exprStatisticsVars[type] == NULL) { \
stringstream statName; \
if (type == LAST_TYPE) { \
- statName << "expr::ExprManager::VARIABLE:Parametrized type"; \
+ statName << "expr::ExprManager::VARIABLE:Parameterized type"; \
} else { \
statName << "expr::ExprManager::VARIABLE:" << type; \
} \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback