From 60dfa31a67601f25a3ca171ae7d2503a46e0ec03 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Mon, 14 May 2018 11:00:52 -0400 Subject: Misc. typos found via `codespell` and `grep` --- Source/CParse/parser.y | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/CParse/parser.y') diff --git a/Source/CParse/parser.y b/Source/CParse/parser.y index cae20eb3f..fc0d983fa 100644 --- a/Source/CParse/parser.y +++ b/Source/CParse/parser.y @@ -512,7 +512,7 @@ static void add_symbols(Node *n) { SetFlag(n, "feature:ignore"); } if (!GetFlag(n, "feature:ignore") && Strcmp(symname,"$ignore") == 0) { - /* Add feature:ignore if the symbol was explicitely ignored, regardless of visibility */ + /* Add feature:ignore if the symbol was explicitly ignored, regardless of visibility */ SetFlag(n, "feature:ignore"); } } else { @@ -3789,7 +3789,7 @@ cpp_class_decl : storage_class cpptype idcolon inherit LBRACE { if ($9) { appendSibling($$, $9); } - } else if (!SwigType_istemplate(ty) && template_parameters == 0) { /* for tempalte we need the class itself */ + } else if (!SwigType_istemplate(ty) && template_parameters == 0) { /* for template we need the class itself */ $$ = $9; } } else { -- cgit v1.2.3