File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
15
15
const devFolder = "/dev"
16
16
17
- var osPortFiler = regexp .MustCompile ("^(cu|tty)\\ ..*" )
17
+ var osPortFilter = regexp .MustCompile ("^(cu|tty)\\ ..*" )
18
18
19
19
const ioctlTcgetattr = unix .TIOCGETA
20
20
const ioctlTcsetattr = unix .TIOCSETA
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
15
15
const devFolder = "/dev"
16
16
17
- var osPortFiler = regexp .MustCompile ("^(cu|tty)\\ ..*" )
17
+ var osPortFilter = regexp .MustCompile ("^(cu|tty)\\ ..*" )
18
18
19
19
// termios manipulation functions
20
20
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
15
15
const devFolder = "/dev"
16
16
17
- var osPortFiler = regexp .MustCompile ("^(cu|tty)\\ ..*" )
17
+ var osPortFilter = regexp .MustCompile ("^(cu|tty)\\ ..*" )
18
18
19
19
// termios manipulation functions
20
20
You can’t perform that action at this time.
0 commit comments