DeviceGraphicsContext.st
changeset 7588 fde403dd9571
parent 7582 1117b57d97a1
child 7599 84f6853ec60d
child 7629 d1f082c00e07
--- a/DeviceGraphicsContext.st	Thu Sep 22 15:19:07 2016 +0200
+++ b/DeviceGraphicsContext.st	Tue Sep 27 15:10:57 2016 +0200
@@ -3824,7 +3824,7 @@
     drawableId := device createPixmapWidth:w height:h depth:d.
     drawableId isNil ifTrue:[
         "/ creation failed
-        ('[GC] warning: pixmap creation failed: ',((OperatingSystem lastErrorString) ? 'unknown error')) erorrPrintCR.
+        ('[GC] warning: pixmap creation failed: ',((OperatingSystem lastErrorString) ? 'unknown error')) errorPrintCR.
         ^ GraphicsDevice::GraphicResourceAllocationFailure query
     ].
     drawableType := #pixmap.