Spelling words is not my strong point.

This commit is contained in:
ThePhD 2015-06-23 09:09:24 -04:00
parent e0a828ecbd
commit 8ad89f057d
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ static int errno = 0; /* Use something better? */
# if defined(_MSC_VER) && _MSC_VER < 1900
# define snprintf _snprintf
# elif defined(_MSC_VER) && _MSC_VER >= 1900
# /* Covers VC++ Error for strdup being a deprected POSIX name and to instead use _strdup instead */
# /* Covers VC++ Error for strdup being a deprecated POSIX name and to instead use _strdup instead */
# define strdup _strdup
# endif
#endif