summaryrefslogtreecommitdiff
path: root/ext/xmlrpc/xmlrpc-epi-php.c
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-01-16 19:04:42 +0100
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-01-16 19:14:31 +0100
commitafdaa91170a1f7b0387cf577d957d4d6c015c136 (patch)
tree90957242274bd0b0e8669b1e580817f280c944a2 /ext/xmlrpc/xmlrpc-epi-php.c
parent1fa6f03265467ec1b8b9f898182792ec936dbd74 (diff)
downloadphp-git-afdaa91170a1f7b0387cf577d957d4d6c015c136.tar.gz
Fix #78880: Final spelling fixes
Diffstat (limited to 'ext/xmlrpc/xmlrpc-epi-php.c')
-rw-r--r--ext/xmlrpc/xmlrpc-epi-php.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xmlrpc/xmlrpc-epi-php.c b/ext/xmlrpc/xmlrpc-epi-php.c
index a2e9b9f99f..a8050c32a9 100644
--- a/ext/xmlrpc/xmlrpc-epi-php.c
+++ b/ext/xmlrpc/xmlrpc-epi-php.c
@@ -396,7 +396,7 @@ static void set_output_options(php_output_options* options, zval* output_opts)
/* php arrays have no distinction between array and struct types.
* they even allow mixed. Thus, we determine the type by iterating
* through the entire array and figuring out each element.
- * room for some optimation here if we stop after a specific # of elements.
+ * room for some optimisation here if we stop after a specific # of elements.
*/
static XMLRPC_VECTOR_TYPE determine_vector_type (HashTable *ht)
{