diff options
| author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-01-16 19:04:42 +0100 |
|---|---|---|
| committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-01-16 19:14:31 +0100 |
| commit | afdaa91170a1f7b0387cf577d957d4d6c015c136 (patch) | |
| tree | 90957242274bd0b0e8669b1e580817f280c944a2 /ext/xmlrpc/libxmlrpc | |
| parent | 1fa6f03265467ec1b8b9f898182792ec936dbd74 (diff) | |
| download | php-git-afdaa91170a1f7b0387cf577d957d4d6c015c136.tar.gz | |
Fix #78880: Final spelling fixes
Diffstat (limited to 'ext/xmlrpc/libxmlrpc')
| -rw-r--r-- | ext/xmlrpc/libxmlrpc/xml_element.h | 2 |
1 files changed, 1 insertions, 1 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; /******/ |
