Fix typo in to_string
This commit is contained in:
parent
487ef8e15d
commit
0bc5097579
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ const char* cppast::to_string(cpp_entity_kind kind) noexcept
|
|||
case cpp_entity_kind::class_template_t:
|
||||
return "class template";
|
||||
case cpp_entity_kind::class_template_specialization_t:
|
||||
return "class tempalte specialization";
|
||||
return "class template specialization";
|
||||
|
||||
case cpp_entity_kind::unexposed_t:
|
||||
return "unexposed entity";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue