mirror of
https://github.com/google/pebble.git
synced 2025-05-17 17:04:53 +00:00
spelling: coming
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
d8ade6b665
commit
726d92f563
5 changed files with 6 additions and 6 deletions
|
@ -601,7 +601,7 @@ void test_sprintf__percent_n(void) {
|
|||
snprintf(dstbuf, 256, "%n", &val);
|
||||
cl_assert_equal_i(val, 0);
|
||||
|
||||
snprintf(dstbuf, 256, "Incredible mechanical monster%n comming soon%n!!", &val, &val2);
|
||||
snprintf(dstbuf, 256, "Incredible mechanical monster%n coming soon%n!!", &val, &val2);
|
||||
cl_assert_equal_i(val, 29);
|
||||
cl_assert_equal_i(val2, 42);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue