msxml3: Fix a typo in comment

Andrey Gusev andrey.goosev at gmail.com
Sun May 1 03:54:04 CDT 2016


-------------- next part --------------
From 050e08497116c88a9599bb91e1ed99072ea96cd7 Mon Sep 17 00:00:00 2001
Message-Id: <050e08497116c88a9599bb91e1ed99072ea96cd7.1462091421.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Sun, 1 May 2016 11:23:19 +0300
Subject: [PATCH] msxml3: Fix a typo in comment

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 dlls/msxml3/saxreader.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msxml3/saxreader.c b/dlls/msxml3/saxreader.c
index 2b087bc..0ce135b 100644
--- a/dlls/msxml3/saxreader.c
+++ b/dlls/msxml3/saxreader.c
@@ -2522,7 +2522,7 @@ static HRESULT internal_parseBuffer(saxreader *This, const char *buffer, int siz
     if (encoding == XML_CHAR_ENCODING_NONE)
     {
         const WCHAR *ptr = (WCHAR*)buffer;
-        /* xml declaration with possibly specfied encoding will be still handled by parser */
+        /* xml declaration with possibly specified encoding will be still handled by parser */
         if ((size >= 2) && *ptr == '<' && ptr[1] != '?')
         {
             enc_name = (xmlChar*)xmlGetCharEncodingName(XML_CHAR_ENCODING_UTF16LE);
-- 
2.5.5



More information about the wine-patches mailing list