From 14c0197dc2a754428f1aff9972860ce29904b6b9 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:57:10 -0500 Subject: [PATCH] spelling: many, many, Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/fw/services/settings/test_settings_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fw/services/settings/test_settings_file.c b/tests/fw/services/settings/test_settings_file.c index bce29773..5f7fdf5f 100644 --- a/tests/fw/services/settings/test_settings_file.c +++ b/tests/fw/services/settings/test_settings_file.c @@ -320,7 +320,7 @@ void test_settings_file__used_space_tracking(void) { set_and_verify(&file, key, key_len, val, val_len); } - // Then, write to the same key many many times. This should only use up 16 + // Then, write to the same key many, many, times. This should only use up 16 // more bytes of the file if our used/free space tracking is working // correctly, but may end up being counted as more if it's broken. snprintf((char *)key, sizeof(key), "k%03d", 128);