mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Fixed a typo
This commit is contained in:
parent
ca21ba3f82
commit
c136fda18e
1 changed files with 1 additions and 1 deletions
|
@ -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__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue