summaryrefslogtreecommitdiff
path: root/Lib/typemaps/implicit.swg
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/typemaps/implicit.swg')
-rw-r--r--Lib/typemaps/implicit.swg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/typemaps/implicit.swg b/Lib/typemaps/implicit.swg
index 2fc3108e7..5536e0a22 100644
--- a/Lib/typemaps/implicit.swg
+++ b/Lib/typemaps/implicit.swg
@@ -27,7 +27,7 @@
get(2.0) ==> get(A(2.0))
get(B()) ==> get(A(B()))
- and swig will construct an 'A' temporal variable using the
+ and swig will construct an 'A' temporary variable using the
corresponding implicit constructor.