diff options
author | Guido Günther <agx@sigxcpu.org> | 2022-01-27 14:57:14 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2022-01-27 14:57:14 +0100 |
commit | f9c79fa242e50e9a0d0f4ffd54329712726489f5 (patch) | |
tree | ad1c5280bf4503786d02bc7bfacaadd6b717f49f /pango/pango-version-macros.h | |
parent | 69d2eb8ee06edba0e83278ce98de7b61cb6cdb43 (diff) | |
download | pango-f9c79fa242e50e9a0d0f4ffd54329712726489f5.tar.gz |
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.
Diffstat (limited to 'pango/pango-version-macros.h')
-rw-r--r-- | pango/pango-version-macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. * |