summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-01-28 13:56:15 +0000
committerMatthias Clasen <mclasen@redhat.com>2022-01-28 13:56:15 +0000
commit6090e62fb636c86ad977a8f13d005a852d119b42 (patch)
treead1c5280bf4503786d02bc7bfacaadd6b717f49f
parent69d2eb8ee06edba0e83278ce98de7b61cb6cdb43 (diff)
parentf9c79fa242e50e9a0d0f4ffd54329712726489f5 (diff)
downloadpango-6090e62fb636c86ad977a8f13d005a852d119b42.tar.gz
Merge branch 'doc-fix' into 'main'
pango/pango-version-macros.h: Mention correct version check macro See merge request GNOME/pango!583
-rw-r--r--pango/pango-version-macros.h2
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.
*