Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Oct 21, 2023
1 parent a73d459 commit 3b0c81a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### 12.83.1

* `[protip]` Disabling tips using environment vairable (`PROTIP=0`)
* `[protip]` Disabling tips using environment variable (`PROTIP=0`)

### 12.83.0

Expand Down
2 changes: 1 addition & 1 deletion usage/usage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func (s *UsageSuite) TestUsage(c *C) {
c.Assert(info.GetOption("u:unknown").String(), Equals, "")
}

func (s *UsageSuite) TestDeattachedPrint(c *C) {
func (s *UsageSuite) TestDetachedPrint(c *C) {
cmd := &Command{Name: "test", Desc: "Test command", ColorTag: "{#99}"}
opt := &Option{Long: "test", Short: "T", Desc: "Test option", ColorTag: "{#99}"}

Expand Down

0 comments on commit 3b0c81a

Please sign in to comment.