s/currect/current
This commit is contained in:
		@ -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 {
 | 
					func (c *Context) IsAborted() bool {
 | 
				
			||||||
	return c.index >= abortIndex
 | 
						return c.index >= abortIndex
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user