Skip to content

Commit

Permalink
correct spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardBetts committed Sep 1, 2017
1 parent 19f72df commit 8f567c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winterm/ansi.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func GetStdFile(nFile int) (*os.File, uintptr) {

fd, err := syscall.GetStdHandle(nFile)
if err != nil {
panic(fmt.Errorf("Invalid standard handle indentifier: %v -- %v", nFile, err))
panic(fmt.Errorf("Invalid standard handle identifier: %v -- %v", nFile, err))
}

return file, uintptr(fd)
Expand Down

0 comments on commit 8f567c8

Please sign in to comment.