Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ func (s *Server) WriteInterfaceBlock(w io.Writer, writeComment bool) error {
comment := ""
if writeComment {
comment = "# This file is generated by WG Commander\n" +
"# It it likely to be overwritten.\n\n"
"# It is likely to be overwritten.\n\n"
}

_, err := fmt.Fprintf(w, "%s[Interface]\n", comment)
Expand Down