summaryrefslogtreecommitdiff
path: root/Lib/php
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2022-02-09 11:12:46 +0200
committerOlly Betts <ojwbetts@gmail.com>2022-02-10 16:12:24 +1300
commit40c3bf30b2c90eda84482704671d8f4612683689 (patch)
tree1dc6151c5e9ecf27b754c55abcfb7fcac6085258 /Lib/php
parentb415f566a0851d9c63bf8b02079539bf92d23027 (diff)
downloadswig-40c3bf30b2c90eda84482704671d8f4612683689.tar.gz
Fix typos
Diffstat (limited to 'Lib/php')
-rw-r--r--Lib/php/phprun.swg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/php/phprun.swg b/Lib/php/phprun.swg
index 1b484ac1e..a49683197 100644
--- a/Lib/php/phprun.swg
+++ b/Lib/php/phprun.swg
@@ -32,7 +32,7 @@ extern "C" {
ZEND_BEGIN_ARG_INFO_EX(name, 0, byref, num_req)
/* NB We can just ignore `default` here we currently always pass NULL for it
- * (this mechnism for specifying default parameter values was new in PHP 8.0
+ * (this mechanism for specifying default parameter values was new in PHP 8.0
* so it's not useful while we still want to support PHP7 too).
*/
# define ZEND_ARG_OBJ_TYPE_MASK(byref, name, classes, types, default) \