[DOC-CVS] [doc-en] master: Fix ImagickDraw::getTextInterlineSpacing description typo (#5480)
[email protected] (KentarouTakeda via GitHub) Tue, 7 Apr 2026 17:17:16 +0000
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: KentarouTakeda (KentarouTakeda)
Committer: GitHub (web-flow)
Pusher: devnexen
Date: 2026-04-07T18:17:13+01:00
Commit: https://github.com/php/doc-en/commit/13cc59c9fe01418faf015ace0c88ae7b52f9d0a1
Raw diff: https://github.com/php/doc-en/commit/13cc59c9fe01418faf015ace0c88ae7b52f9d0a1.diff
Fix ImagickDraw::getTextInterlineSpacing description typo (#5480)
The description incorrectly said "interword spacing" instead of
"interline spacing". This appears to be a copy-paste error from the
getTextInterwordSpacing page. The ImageMagick C API
(DrawGetTextInterlineSpacing) describes this function as
"Gets the spacing between lines in text."
Changed paths:
M reference/imagick/imagickdraw/gettextinterlinespacing.xml
Diff:
diff --git a/reference/imagick/imagickdraw/gettextinterlinespacing.xml b/reference/imagick/imagickdraw/gettextinterlinespacing.xml
index 60c0f869b2d5..6a54ce83cc12 100644
--- a/reference/imagick/imagickdraw/gettextinterlinespacing.xml
+++ b/reference/imagick/imagickdraw/gettextinterlinespacing.xml
@@ -4,7 +4,7 @@
<refentry xml:id="imagickdraw.gettextinterlinespacing" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>ImagickDraw::getTextInterlineSpacing</refname>
- <refpurpose>Gets the text interword spacing</refpurpose>
+ <refpurpose>Gets the text interline spacing</refpurpose>
</refnamediv>
<refsect1 role="description">
@@ -14,7 +14,7 @@
<void />
</methodsynopsis>
<para>
- Gets the text interword spacing.
+ Gets the text interline spacing.
</para>
</refsect1>