Fix typo
This commit is contained in:
parent
96c19872bd
commit
bbca45174a
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ end
|
|||
a = new_Bar();
|
||||
|
||||
Bar_x_set(a, 100);
|
||||
printf("a.x = %d (Sould be 100)\n", Bar_x_get(a));
|
||||
printf("a.x = %d (Should be 100)\n", Bar_x_get(a));
|
||||
|
||||
delete_Bar(a);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue