File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1863,7 +1863,7 @@ extend_directive : EXTEND options classkeyopt idcolon LBRACE {
1863
1863
} else {
1864
1864
/* Previous typedef class definition. Use its symbol table.
1865
1865
Deprecated, just the real name should be used.
1866
- Note that %extend before the class typedef never worked, only %extend after the class typdef . */
1866
+ Note that %extend before the class typedef never worked, only %extend after the class typedef . */
1867
1867
prev_symtab = Swig_symbol_setscope(Getattr(cls, " symtab" ));
1868
1868
current_class = cls;
1869
1869
SWIG_WARN_NODE_BEGIN (cls);
Original file line number Diff line number Diff line change @@ -1143,7 +1143,7 @@ int JSEmitter::emitConstant(Node *n) {
1143
1143
String *rawval = Getattr (n, " rawval" );
1144
1144
String *value = rawval ? rawval : Getattr (n, " value" );
1145
1145
1146
- // HACK: forcing usage of cppvalue for v8 (which turned out to fix typdef_struct .i, et. al)
1146
+ // HACK: forcing usage of cppvalue for v8 (which turned out to fix typedef_struct .i, et. al)
1147
1147
if (State::IsSet (state.globals (FORCE_CPP)) && Getattr (n, " cppvalue" ) != NULL ) {
1148
1148
value = Getattr (n, " cppvalue" );
1149
1149
}
You can’t perform that action at this time.
0 commit comments