aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libgamma-method.h2
-rw-r--r--test/test.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libgamma-method.h b/src/libgamma-method.h
index 00dc5a8..8496631 100644
--- a/src/libgamma-method.h
+++ b/src/libgamma-method.h
@@ -73,7 +73,7 @@
#define LIBGAMMA_METHOD_W32_GDI 4
/**
- * The identifier for the Core Graphics adjustment
+ * The identifier for the CoreGraphics adjustment
* method that is available in Mac OS X that can
* adjust gamma ramps under the Quartz display server.
* This method is not well tested; it can be compiled
diff --git a/test/test.c b/test/test.c
index 43541d0..011136e 100644
--- a/test/test.c
+++ b/test/test.c
@@ -30,7 +30,7 @@ static const char* method_name(int method)
case LIBGAMMA_METHOD_X_VIDMODE: return "VidMode X extension";
case LIBGAMMA_METHOD_LINUX_DRM: return "Linux DRM";
case LIBGAMMA_METHOD_W32_GDI: return "Windows GDI";
- case LIBGAMMA_METHOD_QUARTZ_CORE_GRAPHICS: return "Quartz using Core Graphics";
+ case LIBGAMMA_METHOD_QUARTZ_CORE_GRAPHICS: return "Quartz using CoreGraphics";
default:
#if LIBGAMMA_METHOD_COUNT != 6
# warning List of adjustment methods is out of date