diff --git a/backend/server.go b/backend/server.go index 9b12dcb..fba2ba7 100644 --- a/backend/server.go +++ b/backend/server.go @@ -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)