diff options
author | Iman Hosseini <ImanHosseini@users.noreply.github.com> | 2019-05-05 20:39:40 +0430 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-05-06 10:36:53 +0200 |
commit | 3ad4e65075c8d84e2a5052212057a88a014f94f7 (patch) | |
tree | a3e20e8b717d9df2a230a5e78327fec250bfe298 | |
parent | e0cb1b76c305db68b251fe782faa12da5d357593 (diff) | |
download | libgd-3ad4e65075c8d84e2a5052212057a88a014f94f7.tar.gz |
Fixed typo in the comments.
Fixed typo "As will all ..." -> "As with all ..."
-rw-r--r-- | src/gd_io_dp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gd_io_dp.c b/src/gd_io_dp.c index 25c0980..ec259e7 100644 --- a/src/gd_io_dp.c +++ b/src/gd_io_dp.c @@ -6,7 +6,7 @@ * Based on GD.pm code by Lincoln Stein for interfacing to libgd. * Added support for reading as well as support for 'tell' and 'seek'. * - * As will all I/O modules, most functions are for local use only (called + * As with all I/O modules, most functions are for local use only (called * via function pointers in the I/O context). * * gdDPExtractData is the exception to this: it will return the pointer to |