summaryrefslogtreecommitdiff
path: root/ext/xmlrpc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xmlrpc')
-rw-r--r--ext/xmlrpc/libxmlrpc/xml_element.h2
-rw-r--r--ext/xmlrpc/xmlrpc-epi-php.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/xmlrpc/libxmlrpc/xml_element.h b/ext/xmlrpc/libxmlrpc/xml_element.h
index 7ff87af445..73ae029ffb 100644
--- a/ext/xmlrpc/libxmlrpc/xml_element.h
+++ b/ext/xmlrpc/libxmlrpc/xml_element.h
@@ -55,7 +55,7 @@ extern "C" {
typedef enum _xml_elem_verbosity {
xml_elem_no_white_space, /* compact xml with no white space */
xml_elem_newlines_only, /* add newlines for enhanced readability */
- xml_elem_pretty /* add newlines and indent accordint to depth */
+ xml_elem_pretty /* add newlines and indent accordind to depth */
} XML_ELEM_VERBOSITY;
/******/
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)
{