Michael Puncel 9 лет назад
Родитель
Сommit
7171b967a3
1 измененных файлов с 1 добавлено и 1 удалено
  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
 }