Bug 106386 Correct misspellings in source code

r=dbaron rs=brendan


git-svn-id: svn://10.0.0.236/trunk@185187 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2005-11-23 05:22:38 +00:00
parent e13154d823
commit 1726c563bf

View File

@@ -7480,7 +7480,7 @@ nsCSSFrameConstructor::SVGSwitchProcessChildren(nsFrameConstructorState& aState,
nsAutoString str;
child->Tag()->ToString(str);
printf("Child tag: %s\n", NS_ConvertUCS2toUTF8(str).get());
printf("SwitchProcessChildren: Required Extentions = %s, Required Features = %s, System Language = %s\n",
printf("SwitchProcessChildren: Required Extensions = %s, Required Features = %s, System Language = %s\n",
hasRequiredExtensions ? "true" : "false",
hasRequiredFeatures ? "true" : "false",
hasSystemLanguage ? "true" : "false");