msxml3: Correct FIXME.

This commit is contained in:
Alistair Leslie-Hughes 2008-09-03 13:04:50 +10:00 committed by Alexandre Julliard
parent b5be64db6b
commit c6a64414df
1 changed files with 1 additions and 1 deletions

View File

@ -802,7 +802,7 @@ static HRESULT WINAPI xmlnode_get_nodeTypeString(
str = (const xmlChar*) "text";
break;
default:
FIXME("nodeName not mapped correctly (%d)\n", This->node->type);
FIXME("Unknown node type (%d)\n", This->node->type);
str = This->node->name;
break;
}