Misc. typos
found via `codespell` and `grep`
This commit is contained in:
parent
3eb41c9beb
commit
60dfa31a67
90 changed files with 155 additions and 155 deletions
|
|
@ -51,7 +51,7 @@ swigexample.print_vars();
|
|||
|
||||
printf("\nNow I'm going to try and modify some read only variables\n");
|
||||
|
||||
printf(" Tring to set 'path'\n");
|
||||
printf(" Trying to set 'path'\n");
|
||||
try
|
||||
swigexample.cvar.path = "Whoa!";
|
||||
printf("Hey, what's going on?!?! This shouldn't work\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue