From b07c3a53932e6dda2fe1b76b64d1b7c340c4a5fe Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Fri, 2 Oct 2020 08:17:59 +0200 Subject: [PATCH] tests/od: fix typo 'discrepency' -> 'discrepancy' --- tests/od/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/od/main.c b/tests/od/main.c index 3ab5c432de..2d77cfdd92 100644 --- a/tests/od/main.c +++ b/tests/od/main.c @@ -29,7 +29,7 @@ static const char long_str[] = "\xff,a\xff.bcdefghijklmnop"; int main(void) { - /* test data width vs. output width discrepency */ + /* test data width vs. output width discrepancy */ CALL(od_hex_dump(short_str, sizeof(short_str), OD_WIDTH_DEFAULT)); /* Test different output width in default configuration*/