summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2022-10-10 00:16:39 +1300
committerOlly Betts <olly@survex.com>2022-10-11 10:30:37 +1300
commitac00c7ad98059f355a6fab615c8f56bc2d99d7e4 (patch)
treec60f834f9dfd120546da0c1f9a665b248dabe874
parentabf5c8a35770d506e7b2edfa547045ec50ddbb1c (diff)
downloadswig-ac00c7ad98059f355a6fab615c8f56bc2d99d7e4.tar.gz
Fix php example comment typo
-rw-r--r--Examples/php/extend/runme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/php/extend/runme.php b/Examples/php/extend/runme.php
index 93eedee99..b770e5ce4 100644
--- a/Examples/php/extend/runme.php
+++ b/Examples/php/extend/runme.php
@@ -25,7 +25,7 @@ print "----------------------\n";
$list = new EmployeeList();
# EmployeeList owns its items, so we must surrender ownership of objects
-# we add. This involves first clearing the ->disown member to tell the
+# we add. This involves first clearing the ->thisown member to tell the
# C++ director to start reference counting.
$e->thisown = 0;