Explorar o código

s/currect/current

Michael Puncel %!s(int64=9) %!d(string=hai) anos
pai
achega
7171b967a3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      context.go

+ 1 - 1
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
 }