From 8f2d4aad565cd055c4ad29cfd21bdb6545451f2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Thu, 27 Jan 2022 14:57:14 +0100 Subject: pango/pango-version-macros.h: Mention correct version check macro Pango names it PANGO_VERSION_CHECK not PANGO_CHECK_VERSION (like glib). Fix the one incorrect mention in the documentation comment. --- pango/pango-version-macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pango/pango-version-macros.h b/pango/pango-version-macros.h index b4f78e6d..313ce69f 100644 --- a/pango/pango-version-macros.h +++ b/pango/pango-version-macros.h @@ -352,7 +352,7 @@ * functions, then using functions added after version * %PANGO_VERSION_MAX_ALLOWED will cause warnings. * - * Unless you are using PANGO_CHECK_VERSION() or the like to compile + * Unless you are using PANGO_VERSION_CHECK() or the like to compile * different code depending on the Pango version, then this should be * set to the same value as %PANGO_VERSION_MIN_REQUIRED. * -- cgit v1.2.1