Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer authored Jul 12, 2021
1 parent 8b0c6d8 commit be5a901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isatty_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func isCygwinPipeName(name string) bool {
}

// getFileNameByHandle use the undocomented ntdll NtQueryObject to get file full name from file handler
// since GetFileInformationByHandleEx is not avilable under windows Vista and still some old fashion
// since GetFileInformationByHandleEx is not available under windows Vista and still some old fashion
// guys are using Windows XP, this is a workaround for those guys, it will also work on system from
// Windows vista to 10
// see https://stackoverflow.com/a/18792477 for details
Expand Down

0 comments on commit be5a901

Please sign in to comment.