瀏覽代碼

s/currect/current

Michael Puncel 9 年之前
父節點
當前提交
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
 }