summaryrefslogtreecommitdiff
path: root/dmagick/Geometry.d
diff options
context:
space:
mode:
authorMike Wey2011-02-23 23:30:13 +0100
committerMike Wey2011-02-23 23:30:13 +0100
commite8b49e7144796ae7a6c763f1a2836073a77bc661 (patch)
tree2f1244bbbb312019915187bba37d47749ee10305 /dmagick/Geometry.d
parentd05d093854bdadad03456fbccc1a2da490ce410a (diff)
Minor fixups
Diffstat (limited to 'dmagick/Geometry.d')
-rw-r--r--dmagick/Geometry.d2
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));