Module: wine Branch: master Commit: 68b0a13572131acd05c7f454cf40d5b7d0081368 URL: http://source.winehq.org/git/wine.git/?a=commit;h=68b0a13572131acd05c7f454cf...
Author: André Hentschel nerv@dawncrow.de Date: Fri Feb 4 17:01:48 2011 +0100
msvcrt: Fixed a typo.
---
dlls/msvcr90/msvcr90.c | 2 +- dlls/msvcrt/cpp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/msvcr90/msvcr90.c b/dlls/msvcr90/msvcr90.c index 2c811cb..32a874b 100644 --- a/dlls/msvcr90/msvcr90.c +++ b/dlls/msvcr90/msvcr90.c @@ -315,7 +315,7 @@ const char * __thiscall MSVCRT_type_info_name_internal_method(type_info * _this, if (!_this->name) { /* Create and set the demangled name */ - /* Nota: mangled name in type_info struct always start with a '.', while + /* Note: mangled name in type_info struct always starts with a '.', while * it isn't valid for mangled name. * Is this '.' really part of the mangled name, or has it some other meaning ? */ diff --git a/dlls/msvcrt/cpp.c b/dlls/msvcrt/cpp.c index 1e7a20a..6f6b5c6 100644 --- a/dlls/msvcrt/cpp.c +++ b/dlls/msvcrt/cpp.c @@ -605,7 +605,7 @@ const char * __thiscall MSVCRT_type_info_name(type_info * _this) if (!_this->name) { /* Create and set the demangled name */ - /* Nota: mangled name in type_info struct always start with a '.', while + /* Note: mangled name in type_info struct always starts with a '.', while * it isn't valid for mangled name. * Is this '.' really part of the mangled name, or has it some other meaning ? */