aboutsummaryrefslogtreecommitdiff
path: root/Lib/d/dprimitives.swg
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/d/dprimitives.swg')
-rw-r--r--Lib/d/dprimitives.swg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/d/dprimitives.swg b/Lib/d/dprimitives.swg
index 445437957..eaee816d3 100644
--- a/Lib/d/dprimitives.swg
+++ b/Lib/d/dprimitives.swg
@@ -20,7 +20,7 @@
/*
* The SWIG_D_PRIMITIVE macro is used to define the typemaps for the primitive
* types, because are more or less the same for all of them. The few special
- * cases are handeled below.
+ * cases are handled below.
*/
%define SWIG_D_PRIMITIVE(TYPE, DTYPE)
%typemap(ctype) TYPE, const TYPE & "TYPE"