diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index 1097c29690b..62c22a2b84b 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -1312,7 +1312,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) desc = "The Syndicate teleporter is a handheld device that teleports the user 4-8 meters forward. \ Beware, teleporting into a wall will make the teleporter do a parallel emergency teleport, \ but if that emergency teleport fails, it will kill you. \ - Has 4 charges, recharges, warrenty voided if exposed to EMP." + Has 4 charges, recharges, warranty voided if exposed to EMP." reference = "TELE" item = /obj/item/storage/box/syndie_kit/teleporter cost = 8 diff --git a/code/game/objects/items/devices/traitordevices.dm b/code/game/objects/items/devices/traitordevices.dm index f0b4e8f351f..861e9136220 100644 --- a/code/game/objects/items/devices/traitordevices.dm +++ b/code/game/objects/items/devices/traitordevices.dm @@ -20,7 +20,7 @@ /obj/item/teleporter name = "syndicate teleporter" - desc = "A strange syndicate version of a cult veil shifter. Warrenty voided if exposed to EMP." + desc = "A strange syndicate version of a cult veil shifter. Warranty voided if exposed to EMP." icon = 'icons/obj/device.dmi' icon_state = "syndi-tele" throwforce = 5