diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2015-04-04 18:34:42 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2015-04-07 02:52:51 +0200 |
commit | 868fd207a7506ae2ab48d6a8755350e452d60521 (patch) | |
tree | 6c4c4c1e1cf12c2e2b5627f0af83bf330a09e58b /tests | |
parent | c357abd198bd195cb9ea015130dc76c8c7a33651 (diff) | |
download | libsigrokdecode-868fd207a7506ae2ab48d6a8755350e452d60521.tar.gz libsigrokdecode-868fd207a7506ae2ab48d6a8755350e452d60521.zip |
Fix a bunch of typos.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/session.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/session.c b/tests/session.c index d6895af..2ca16b3 100644 --- a/tests/session.c +++ b/tests/session.c @@ -204,7 +204,7 @@ START_TEST(test_session_metadata_set_bogus) srd_init(NULL); srd_session_new(&sess); - /* Incorrect gvariant type (currently only uint64 is used). */ + /* Incorrect GVariant type (currently only uint64 is used). */ conf_check_fail_str(sess, SRD_CONF_SAMPLERATE, ""); conf_check_fail_str(sess, SRD_CONF_SAMPLERATE, "Foo"); |