diff options
| author | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-14 14:33:27 +0300 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-09-08 13:08:52 +0300 |
| commit | 96420a30e0b509914609e45456ed3dfd47360a8c (patch) | |
| tree | e31d56ce9b3cd9eed6246ac7bcd4decb1fa7d386 /tests/unit/test-qobject-input-visitor.c | |
| parent | d30b5bc95a9406b4125a35defba3a953358215cb (diff) | |
| download | focaccia-qemu-96420a30e0b509914609e45456ed3dfd47360a8c.tar.gz focaccia-qemu-96420a30e0b509914609e45456ed3dfd47360a8c.zip | |
tests/: spelling fixes
with some rewording in tests/qemu-iotests/298 tests/qtest/fuzz/generic_fuzz.c tests/unit/test-throttle.c as suggested by Eric. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/unit/test-qobject-input-visitor.c')
| -rw-r--r-- | tests/unit/test-qobject-input-visitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test-qobject-input-visitor.c b/tests/unit/test-qobject-input-visitor.c index 9b3e2dbe14..024e26c49e 100644 --- a/tests/unit/test-qobject-input-visitor.c +++ b/tests/unit/test-qobject-input-visitor.c @@ -94,7 +94,7 @@ Visitor *visitor_input_test_init(TestInputVisitorData *data, /* similar to visitor_input_test_init(), but does not expect a string * literal/format json_string argument and so can be used for - * programatically generated strings (and we can't pass in programatically + * programmatically generated strings (and we can't pass in programmatically * generated strings via %s format parameters since qobject_from_jsonv() * will wrap those in double-quotes and treat the entire object as a * string) |