From 7171b967a3f1cf44edef4071476f4e00ccfdb03c Mon Sep 17 00:00:00 2001 From: Michael Puncel Date: Mon, 7 Mar 2016 21:56:46 -0800 Subject: [PATCH] s/currect/current --- context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context.go b/context.go index a2d2d220..5db121a5 100644 --- a/context.go +++ b/context.go @@ -98,7 +98,7 @@ func (c *Context) Next() { } } -// IsAborted returns true if the currect context was aborted. +// IsAborted returns true if the current context was aborted. func (c *Context) IsAborted() bool { return c.index >= abortIndex }