Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Russian `C`
  • Loading branch information
mikhaillav authored Jun 15, 2024
1 parent 1d84041 commit 80d8092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func (s *Server) handleConnection(conn net.Conn) {
}
s.Clients.Store(server, &Client{Addr: raknetConn})

log.Printf("Сlient connected: %v", conn.RemoteAddr().String())
log.Printf("Client connected: %v", conn.RemoteAddr().String())
metrics.AddOnline(1)
defer func() {
metrics.AddOnline(-1)
Expand Down

0 comments on commit 80d8092

Please sign in to comment.