summaryrefslogtreecommitdiff
path: root/src/gd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gd.h')
-rw-r--r--src/gd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gd.h b/src/gd.h
index 51b9661..b033238 100644
--- a/src/gd.h
+++ b/src/gd.h
@@ -406,7 +406,7 @@ typedef double (* interpolation_method )(double, double);
<Accessor Macros>
(Previous versions of this library encouraged directly manipulating
- the contents ofthe struct but we are attempting to move away from
+ the contents of the struct but we are attempting to move away from
this practice so the fields are no longer documented here. If you
need to poke at the internals of this struct, feel free to look at
*gd.h*.)