From 8ad89f057d737ccbc6f411e9ebcf11b8130a50bb Mon Sep 17 00:00:00 2001 From: ThePhD Date: Tue, 23 Jun 2015 09:09:24 -0400 Subject: [PATCH] Spelling words is not my strong point. --- src/hb-private.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-private.hh b/src/hb-private.hh index 996d88d29..570c4897a 100644 --- a/src/hb-private.hh +++ b/src/hb-private.hh @@ -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