Corrected spelling error...

This commit is contained in:
RicoAntonioFelix
2015-09-25 22:20:40 -04:00
parent eef63f5188
commit c7a820e219

View File

@@ -10475,7 +10475,7 @@ The user of `bar` cannot know if the interface used is complete and correct. At
int bar(double) { /* ... */ } int bar(double) { /* ... */ }
double foobar(int); double foobar(int);
Thw errors will not be caught until link time for a program calling `bar` or `foobar`. The errors will not be caught until link time for a program calling `bar` or `foobar`.
**Example**: **Example**: