summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-04-23 14:33:53 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2010-04-23 14:39:21 +0100
commitc1e51a0264d204716f7706fbc66c2a7786b7947c (patch)
tree0b94f430424349739df4fcd24c746e3a065d1a82
parente0306da1d73509e2cfd0fce81a1b4259e5e3fcef (diff)
build: Spelling correction
-rw-r--r--build/Makefile.win32.features-h1
-rw-r--r--build/configure.ac.features2
2 files changed, 1 insertions, 2 deletions
diff --git a/build/Makefile.win32.features-h b/build/Makefile.win32.features-h
index c2a53327..f7c07acc 100644
--- a/build/Makefile.win32.features-h
+++ b/build/Makefile.win32.features-h
@@ -59,7 +59,6 @@ endif
ifeq ($(CAIRO_HAS_PNG_FUNCTIONS),1)
@echo "#define CAIRO_HAS_PNG_FUNCTIONS 1" >> src/cairo-features.h
endif
- @echo "#define CAIRO_HAS_GLEW_FUNCTIONS 1" >> src/cairo-features.h
ifeq ($(CAIRO_HAS_GL_SURFACE),1)
@echo "#define CAIRO_HAS_GL_SURFACE 1" >> src/cairo-features.h
endif
diff --git a/build/configure.ac.features b/build/configure.ac.features
index 34406d74..593f4a6a 100644
--- a/build/configure.ac.features
+++ b/build/configure.ac.features
@@ -395,7 +395,7 @@ AC_DEFUN([CAIRO_REPORT],
echo " XCB-drm functions: $use_xcb_drm"
echo " XCB-shm functions: $use_xcb_shm"
echo ""
- echo "The following features and utilies:"
+ echo "The following features and utilities:"
echo " cairo-trace: $use_trace"
echo " cairo-script-interpreter: $use_interpreter"
echo ""