Fixed typo

This commit is contained in:
Cristian Maglie
2024-02-20 15:57:58 +01:00
parent 572f392ca9
commit 259bdeb6c7
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ import (
const devFolder = "/dev"
var osPortFiler = regexp.MustCompile("^(cu|tty)\\..*")
var osPortFilter = regexp.MustCompile("^(cu|tty)\\..*")
const ioctlTcgetattr = unix.TIOCGETA
const ioctlTcsetattr = unix.TIOCSETA

View File

@@ -14,7 +14,7 @@ import (
const devFolder = "/dev"
var osPortFiler = regexp.MustCompile("^(cu|tty)\\..*")
var osPortFilter = regexp.MustCompile("^(cu|tty)\\..*")
// termios manipulation functions

View File

@@ -14,7 +14,7 @@ import (
const devFolder = "/dev"
var osPortFiler = regexp.MustCompile("^(cu|tty)\\..*")
var osPortFilter = regexp.MustCompile("^(cu|tty)\\..*")
// termios manipulation functions