1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/room.py b/synapse/handlers/room.py
index b7d64a2f5a..794f94f6b3 100644
--- a/synapse/handlers/room.py
+++ b/synapse/handlers/room.py
@@ -427,7 +427,7 @@ class RoomCreationHandler:
requester: the user requesting the upgrade
old_room_id : the id of the room to be replaced
new_room_id: the id to give the new room (should already have been
- created with _gemerate_room_id())
+ created with _generate_room_id())
new_room_version: the new room version to use
tombstone_event_id: the ID of the tombstone event in the old room.
"""
|