error message typo fix, not related to a recent patch.

This commit is contained in:
joshmoz@gmail.com 2007-11-13 13:23:20 -08:00
Родитель 6c008fe1e0
Коммит 5b8f4bc39c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -599,7 +599,7 @@ nsNativeThemeCocoa::DrawWidgetBackground(nsIRenderingContext* aContext, nsIFrame
}
if (thebesSurface->GetType() != gfxASurface::SurfaceTypeQuartz) {
NS_WARNING("Expected surface of type Quartz, got somthing else");
NS_WARNING("Expected surface of type Quartz, got something else");
return NS_ERROR_FAILURE;
}