From 67ee172e6da2cdad8e48af107eef0fbfd1e85eec Mon Sep 17 00:00:00 2001 From: Sebastian Sprenger Date: Fri, 6 Oct 2017 07:28:18 +0200 Subject: [PATCH] fix misspelling issue --- context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context.go b/context.go index db94191..012b9b5 100644 --- a/context.go +++ b/context.go @@ -73,7 +73,7 @@ func (c *Context) IsSet(name string) bool { // change in version 2 to add `IsSet` to the Flag interface to push the // responsibility closer to where the information required to determine // whether a flag is set by non-standard means such as environment - // variables is avaliable. + // variables is available. // // See https://github.com/urfave/cli/issues/294 for additional discussion flags := c.Command.Flags