aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/director_extend.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/director_extend.i')
-rw-r--r--Examples/test-suite/director_extend.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/director_extend.i b/Examples/test-suite/director_extend.i
index cec930a42..60a9d4cf0 100644
--- a/Examples/test-suite/director_extend.i
+++ b/Examples/test-suite/director_extend.i
@@ -25,7 +25,7 @@ namespace Swig {
size_t ExceptionMethod()
{
// Check positioning of director code in wrapper file
-// Below is what we really want to test, but director exceptions vary too much across across all languages
+// Below is what we really want to test, but director exceptions vary too much across all languages
// throw Swig::DirectorException("DirectorException was not in scope!!");
// Instead check definition of Director class as that is defined in the same place as DirectorException (director.swg)
size_t size = sizeof(Swig::Director);