diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-03 07:51:50 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-03 07:51:50 +0200 |
commit | 7982ce21841ff0c633c08180cf8926cb410ef582 (patch) | |
tree | 4e695d8959adfbe4557a106b4a36564ed90d4018 /src/test/test.c | |
parent | test: print subpixel order and connector type (diff) | |
download | libgamma-7982ce21841ff0c633c08180cf8926cb410ef582.tar.gz libgamma-7982ce21841ff0c633c08180cf8926cb410ef582.tar.bz2 libgamma-7982ce21841ff0c633c08180cf8926cb410ef582.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/test/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test.c b/src/test/test.c index c3b964e..6ff3311 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -92,7 +92,7 @@ static void list_methods_lists(void) static void method_availability(void) { int method; - printf("Testing the availability of an non-existing adjustment method: "); + printf("Testing the availability of a non-existing adjustment method: "); printf("%s\n", libgamma_is_method_available(9999) ? "available" : "not available"); for (method = 0; method < LIBGAMMA_METHOD_COUNT; method++) { |