Index: generic/gentclAPI.tcl =================================================================== diff -u -rc8cfa996220d610dd859192551ee70984c57a12e -rae081c0f1926da915e0584d8561abaa8a2a022a4 --- generic/gentclAPI.tcl (.../gentclAPI.tcl) (revision c8cfa996220d610dd859192551ee70984c57a12e) +++ generic/gentclAPI.tcl (.../gentclAPI.tcl) (revision ae081c0f1926da915e0584d8561abaa8a2a022a4) @@ -341,7 +341,7 @@ proc genStub {stub intro obj idx cDefs pre call post cleanup} { # Tiny optimization for calls without parameters; # ParseContextExtendObjv() is just called for procs, so no need to - # free non-static objvs. Actually, the api for c-methods does + # free non-static objvs. Actually, the API for c-methods does # not allow one to generate structures which have to be freed. # we assert this in the code. if {$cDefs ne ""} {