Fix spelling

This commit is contained in:
perp 2024-07-08 02:06:55 +01:00
parent 2e580baa91
commit ee968d0559

View File

@ -14,7 +14,7 @@ func Pipe() []string {
// Get pipe // Get pipe
pipe, _ := os.Stdin.Stat() pipe, _ := os.Stdin.Stat()
// Piped found // Pipe found
if (pipe.Mode() & os.ModeCharDevice) == 0 { if (pipe.Mode() & os.ModeCharDevice) == 0 {
// Create scanner // Create scanner
scanner := bufio.NewScanner(os.Stdin) scanner := bufio.NewScanner(os.Stdin)