Module: wine Branch: master Commit: 2b8bfcc79a1747bfd484d9fc04c55d6331bf9867 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2b8bfcc79a1747bfd484d9fc04...
Author: Andrey Gusev andrey.goosev@gmail.com Date: Tue May 17 13:23:26 2016 +0300
msvcp90: Fix a typo in comment.
Signed-off-by: Andrey Gusev andrey.goosev@gmail.com Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msvcp90/locale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/msvcp90/locale.c b/dlls/msvcp90/locale.c index 06b2ca1..96f2221 100644 --- a/dlls/msvcp90/locale.c +++ b/dlls/msvcp90/locale.c @@ -6311,7 +6311,7 @@ num_get* num_get_char_use_facet(const locale *loc) * Updates first so it points past the number, all digits are skipped. * Returns how exponent needs to changed. * Size of dest buffer is not specified, assuming it's not smaller than 32: - * strlen(+0.e+) + 22(digits) + 4(expontent) + 1(nullbyte) + * strlen(+0.e+) + 22(digits) + 4(exponent) + 1(nullbyte) */ int __cdecl num_get_char__Getffld(const num_get *this, char *dest, istreambuf_iterator_char *first, istreambuf_iterator_char *last, const locale *loc)