diff --git a/dlls/msvcp90/locale.c b/dlls/msvcp90/locale.c index 06b2ca18ebb..96f22217d13 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)