forked from mirror/gin
s/currect/current
This commit is contained in:
parent
13565e1bf5
commit
7171b967a3
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue