From c2d21bc39f4faef701f9621cfa48e920f6612ff0 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Mon, 4 Jul 2016 00:31:51 +0900 Subject: [PATCH] opengl: Misspelling --- internal/graphics/opengl/context_mobile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/graphics/opengl/context_mobile.go b/internal/graphics/opengl/context_mobile.go index ee57c6a12..d6e887799 100644 --- a/internal/graphics/opengl/context_mobile.go +++ b/internal/graphics/opengl/context_mobile.go @@ -75,7 +75,7 @@ func NewContext() (*Context, error) { c.initialized = make(chan struct{}) go func() { // GL calls will just enqueue an task to the worker. - // Since the worker is not avaialbe, this enqueuing should be done + // Since the worker is not available, this enqueuing should be done // in a goroutine. // Textures' pixel formats are alpha premultiplied.