From 7bb19b85c26ffc8b93d82cb392f7575018a2ae52 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 30 Apr 2012 20:45:34 +0200 Subject: [PATCH] docs: Fix copy/paste typo --- gdk/gdkversionmacros.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkversionmacros.h.in b/gdk/gdkversionmacros.h.in index 647acb21a3..d9cec27321 100644 --- a/gdk/gdkversionmacros.h.in +++ b/gdk/gdkversionmacros.h.in @@ -115,7 +115,7 @@ * The definition should be one of the predefined GDK version * macros: %GDK_VERSION_3_0, %GDK_VERSION_3_2,... * - * This macro defines the lower bound for the GLib API to use. + * This macro defines the lower bound for the GDK API to use. * * If a function has been deprecated in a newer version of GDK, * it is possible to use this symbol to avoid the compiler warnings