diff options
| author | Jan Wagner <waja@cyconet.org> | 2023-04-14 14:37:47 +0000 |
|---|---|---|
| committer | Jan Wagner <waja@cyconet.org> | 2023-04-14 18:35:00 +0000 |
| commit | 0f3703e641f0f995a8abb40056cb5430b6c228c4 (patch) | |
| tree | abfb970cab5f7bfed94fe0b70ddfc37ed24cc567 /lib/tests/test_disk.c | |
| parent | e44dcb80f1fdab2751cd460325391676e4f1a466 (diff) | |
| download | monitoring-plugins-0f3703e641f0f995a8abb40056cb5430b6c228c4.tar.gz | |
Fix a lot of typos reported by codespell
Diffstat (limited to 'lib/tests/test_disk.c')
| -rw-r--r-- | lib/tests/test_disk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tests/test_disk.c b/lib/tests/test_disk.c index f6477ac4..9bd68c7a 100644 --- a/lib/tests/test_disk.c +++ b/lib/tests/test_disk.c | |||
| @@ -88,10 +88,10 @@ main (int argc, char **argv) | |||
| 88 | cflags, 3,strdup("regex on dev names:")); | 88 | cflags, 3,strdup("regex on dev names:")); |
| 89 | np_test_mount_entry_regex(dummy_mount_list, strdup("/foo"), | 89 | np_test_mount_entry_regex(dummy_mount_list, strdup("/foo"), |
| 90 | cflags, 0, | 90 | cflags, 0, |
| 91 | strdup("regex on non existant dev/path:")); | 91 | strdup("regex on non existent dev/path:")); |
| 92 | np_test_mount_entry_regex(dummy_mount_list, strdup("/Foo"), | 92 | np_test_mount_entry_regex(dummy_mount_list, strdup("/Foo"), |
| 93 | cflags | REG_ICASE,0, | 93 | cflags | REG_ICASE,0, |
| 94 | strdup("regi on non existant dev/path:")); | 94 | strdup("regi on non existent dev/path:")); |
| 95 | np_test_mount_entry_regex(dummy_mount_list, strdup("/c.t0"), | 95 | np_test_mount_entry_regex(dummy_mount_list, strdup("/c.t0"), |
| 96 | cflags, 3, | 96 | cflags, 3, |
| 97 | strdup("partial devname regex match:")); | 97 | strdup("partial devname regex match:")); |
