From d4e9167b33e2b7b929ad08020f18765300962e74 Mon Sep 17 00:00:00 2001 From: Sean Coates Date: Tue, 9 Nov 2004 23:14:25 +0000 Subject: [PATCH] minor grammatical change git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172378 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imagettfbbox.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/image/functions/imagettfbbox.xml b/reference/image/functions/imagettfbbox.xml index 45bbf3f19a..426dd2c753 100644 --- a/reference/image/functions/imagettfbbox.xml +++ b/reference/image/functions/imagettfbbox.xml @@ -1,5 +1,5 @@ - + @@ -41,7 +41,7 @@ - The name of the TrueType font file. (Can also be a URL.) Depending on + The name of the TrueType font file (can be a URL). Depending on which version of the GD library that PHP is using, it may attempt to search for files that do not begin with a leading '/' by appending '.ttf' to the filename and searching along a library-defined font path.