msvcrt: Fixed a typo.
authorAndré Hentschel <nerv@dawncrow.de>
Fri, 4 Feb 2011 16:01:48 +0000 (17:01 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 8 Feb 2011 20:46:15 +0000 (14:46 -0600)
dlls/msvcr90/msvcr90.c
dlls/msvcrt/cpp.c

index 2c811cb..32a874b 100644 (file)
@@ -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 ?
        */
index 1e7a20a..6f6b5c6 100644 (file)
@@ -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 ?
      */