s/currect/current

This commit is contained in:
Michael Puncel 2016-03-07 21:56:46 -08:00
parent 13565e1bf5
commit 7171b967a3
1 changed files with 1 additions and 1 deletions

View File

@ -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
}