Skip to content

Fix typo: "Syetem" should be "System" in transport_sockopt.go #6602

Description

@herenickname

Description

There is a typo in the file infra/conf/transport_sockopt.go at line 13.

The struct field name is misspelled as:

Syetem  string `json:"system"`

Should be corrected to:

System  string `json:"system"`

File Location

  • File: infra/conf/transport_sockopt.go
  • Line: 13
  • Commit: 5ca6f4b

Details

The field name contains a typo: "Syetem" instead of "System". This should be fixed to match the JSON tag and follow Go naming conventions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions