This commit is contained in:
Florian Brandt
2021-03-11 18:46:23 +01:00
committed by GitHub
parent 71fc2eaa45
commit 979a7be292
+1 -1
View File
@@ -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