summaryrefslogtreecommitdiff
path: root/dmagick/Utils.d
diff options
context:
space:
mode:
Diffstat (limited to 'dmagick/Utils.d')
-rw-r--r--dmagick/Utils.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmagick/Utils.d b/dmagick/Utils.d
index 2f71f64..f6664e3 100644
--- a/dmagick/Utils.d
+++ b/dmagick/Utils.d
@@ -89,7 +89,7 @@ real degreesToRadians(real deg)
/**
- * A template struct ot make pointers to ImageMagick structs
+ * A template struct to make pointers to ImageMagick structs
* reference counted. Excepts a predicate pred which destroys
* the struct pointer when refCount is 0.
*/