Fix typos

This commit is contained in:
Dimitris Apostolou 2022-02-09 11:12:46 +02:00 committed by Olly Betts
commit 40c3bf30b2
10 changed files with 13 additions and 13 deletions

View file

@ -1278,7 +1278,7 @@ static void typemap_merge_fragment_kwargs(Parm *kw) {
fragment = thisfragment;
prev_kw = kw;
} else {
/* Concatentate to previously found fragment */
/* Concatenate to previously found fragment */
Printv(fragment, ",", thisfragment, NULL);
reattach_kw = prev_kw;
}