From afdaa91170a1f7b0387cf577d957d4d6c015c136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Thu, 16 Jan 2020 19:04:42 +0100 Subject: Fix #78880: Final spelling fixes --- ext/xmlrpc/xmlrpc-epi-php.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/xmlrpc/xmlrpc-epi-php.c') 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) { -- cgit v1.2.1