summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Gutekanst <stephen.gutekanst@gmail.com>2015-01-21 00:03:37 -0700
committerStephen Gutekanst <stephen.gutekanst@gmail.com>2015-01-21 00:03:37 -0700
commitda8a5cc373c9291e287442347e2cdf79628f9524 (patch)
tree49454433c79847fa9da2efb1b6d0def8a1c1e4f8
parentd89644c43a89f63f96c1c8af7748363e7b7c8036 (diff)
downloadglfw3-da8a5cc373c9291e287442347e2cdf79628f9524.tar.gz
Fix grammer mistake.
-rw-r--r--error.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/error.go b/error.go
index 3245cc5..fed3a00 100644
--- a/error.go
+++ b/error.go
@@ -163,7 +163,7 @@ func acceptError(codes ...ErrorCode) error {
case notInitialized, noCurrentContext, invalidEnum, invalidValue, outOfMemory, platformError:
panic(err)
default:
- fmt.Println("GLFW: A invalid error was not accepted by the caller:", err)
+ fmt.Println("GLFW: An invalid error was not accepted by the caller:", err)
fmt.Println("GLFW: Please report this bug in the Go package immediately.")
panic(err)
}