From ac00c7ad98059f355a6fab615c8f56bc2d99d7e4 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Mon, 10 Oct 2022 00:16:39 +1300 Subject: [PATCH] Fix php example comment typo --- Examples/php/extend/runme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;