diff options
Diffstat (limited to 'dmagick/Geometry.d')
| -rw-r--r-- | dmagick/Geometry.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmagick/Geometry.d b/dmagick/Geometry.d index dec6b4f..0547f49 100644 --- a/dmagick/Geometry.d +++ b/dmagick/Geometry.d @@ -33,7 +33,7 @@ struct Geometry { MagickStatusType flags; - //If the strin starts with a letter assume it's a Page Geometry. + //If the string starts with a letter assume it's a Page Geometry. if ( isalpha(geometry[0]) ) { char* geo = GetPageGeometry(toStringz(geometry)); |
