mirror of
https://github.com/screego/server.git
synced 2026-09-01 15:36:58 +08:00
Fix typo
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ func (e *Create) Execute(rooms *Rooms, current ClientInfo) error {
|
||||
}
|
||||
|
||||
if _, ok := rooms.Rooms[e.ID]; ok {
|
||||
return fmt.Errorf("room with id %s does already existn", e.ID)
|
||||
return fmt.Errorf("room with id %s does already exist", e.ID)
|
||||
}
|
||||
|
||||
name := e.UserName
|
||||
|
||||
Reference in New Issue
Block a user