diff options
author | Javier Eguiluz <javier.eguiluz@gmail.com> | 2017-11-30 16:52:29 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2017-12-09 18:39:06 +0100 |
commit | c136fda18ed94f3fd124eb26c99effbba59b518a (patch) | |
tree | 2e1b38fc3ca5bf245c5b4a8f377d57f33260687a /main/php.h | |
parent | ca21ba3f82e8b3760a17ffd71002707381307866 (diff) | |
download | php-git-c136fda18ed94f3fd124eb26c99effbba59b518a.tar.gz |
Fixed a typo
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h index 6dc05caea7..7728a320e2 100644 --- a/main/php.h +++ b/main/php.h @@ -41,7 +41,7 @@ #undef sprintf #define sprintf php_sprintf -/* Operating system family defintion */ +/* Operating system family definition */ #ifdef PHP_WIN32 # define PHP_OS_FAMILY "Windows" #elif defined(BSD) || defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) |