diff options
| author | Mike Wey | 2011-06-26 17:19:55 +0200 |
|---|---|---|
| committer | Mike Wey | 2011-06-26 17:19:55 +0200 |
| commit | 2be3207961f8dc05d6631bf569215639a01efa36 (patch) | |
| tree | c2f8a8a3d14369a9036418aee3bb44d98269c02d /dmagick/Utils.d | |
| parent | 8a05e975c297c343c33878804161b1c1cf9d5ffb (diff) | |
Do some pelimenary work for generating the docs with the makefile
Diffstat (limited to 'dmagick/Utils.d')
| -rw-r--r-- | dmagick/Utils.d | 2 |
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. */ |
