Quellcode durchsuchen

s/currect/current

Michael Puncel vor 9 Jahren
Ursprung
Commit
7171b967a3
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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
 }