Skip to content

Commit cef2560

Browse files
committed
Fix typo 'Baiscally' in gateway_parsers.go
1 parent 93230bd commit cef2560

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gateway_parsers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ func parseToWindowsRouteStruct(output []byte) ([]windowsRouteStruct, error) {
148148
}
149149
fields := strings.Fields(inputLine)
150150
// Some Windows commands are localized, so we need to handle the fields in a logical way.
151-
// Baiscally, fields that start with a number will be treated as-is, but consecutive fields
151+
// Basically, fields that start with a number will be treated as-is, but consecutive fields
152152
// that start with a letter will be combined into a single field.
153153
{
154154
var logicalFields []string

0 commit comments

Comments
 (0)