From 5f9201fdf05fe8b34534375875f0ac55ef67433c Mon Sep 17 00:00:00 2001
From: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
Date: Wed, 25 Jun 2025 23:10:01 +0200
Subject: [PATCH] Transferred Typo Fixes (#20879)
this PR fixes transferred being spelled as "transfered".
---
code/__DEFINES/atmos.dm | 2 +-
code/controllers/subsystems/discord.dm | 2 +-
code/game/gamemodes/game_mode.dm | 2 +-
code/game/objects/items/weapons/cigs_lighters.dm | 4 ++--
.../objects/structures/crates_lockers/closets/statue.dm | 2 +-
code/modules/admin/law_manager.dm | 2 +-
code/modules/atmospherics/_atmospherics_helpers.dm | 2 +-
code/modules/atmospherics/components/binary_devices/pump.dm | 2 +-
code/modules/client/client_procs.dm | 2 +-
code/modules/merchant/merchant_programs.dm | 2 +-
code/modules/mob/living/carbon/taste.dm | 2 +-
.../mob/living/silicon/robot/items/inductive_charger.dm | 2 +-
.../file_system/programs/generic/lawmanager.dm | 2 +-
code/modules/power/apc.dm | 2 +-
html/changelogs/SleepyGemmy-transferred.yml | 6 ++++++
15 files changed, 21 insertions(+), 15 deletions(-)
create mode 100644 html/changelogs/SleepyGemmy-transferred.yml
diff --git a/code/__DEFINES/atmos.dm b/code/__DEFINES/atmos.dm
index e9b462b81a3..a95de10357c 100644
--- a/code/__DEFINES/atmos.dm
+++ b/code/__DEFINES/atmos.dm
@@ -89,7 +89,7 @@
#define NORMPIPERATE 30 // Pipe-insulation rate divisor.
#define HEATPIPERATE 8 // Heat-exchange pipe insulation.
-#define FLOWFRAC 0.99 // Fraction of gas transfered per process.
+#define FLOWFRAC 0.99 // Fraction of gas transferred per process.
//Flags for zone sleeping
#define ZONE_ACTIVE 1
diff --git a/code/controllers/subsystems/discord.dm b/code/controllers/subsystems/discord.dm
index 9a5a6028a38..ebaa62c1ddb 100644
--- a/code/controllers/subsystems/discord.dm
+++ b/code/controllers/subsystems/discord.dm
@@ -357,7 +357,7 @@ SUBSYSTEM_DEF(discord)
if(GLOB.evacuation_controller.evacuation_type == TRANSFER_EMERGENCY)
escape_text = "escaped"
else
- escape_text = "transfered"
+ escape_text = "transferred"
if (!webhooks.len)
return
diff --git a/code/game/gamemodes/game_mode.dm b/code/game/gamemodes/game_mode.dm
index b54a5d8dac1..6d65a97e87f 100644
--- a/code/game/gamemodes/game_mode.dm
+++ b/code/game/gamemodes/game_mode.dm
@@ -392,7 +392,7 @@ GLOBAL_LIST_EMPTY(additional_antag_types)
if(GLOB.evacuation_controller.evacuation_type == TRANSFER_EMERGENCY)
escape_text = "escaped"
else
- escape_text = "transfered"
+ escape_text = "transferred"
if(surviving_total > 0)
text += "
There [surviving_total>1 ? "were [surviving_total] survivors" : "was one survivor"]"
text += " ([escaped_total>0 ? escaped_total : "none"] [escape_text]) and [ghosts] ghosts.
"
diff --git a/code/game/objects/items/weapons/cigs_lighters.dm b/code/game/objects/items/weapons/cigs_lighters.dm
index a8040b3c2e3..d8f67602d51 100644
--- a/code/game/objects/items/weapons/cigs_lighters.dm
+++ b/code/game/objects/items/weapons/cigs_lighters.dm
@@ -354,8 +354,8 @@ ABSTRACT_TYPE(/obj/item/clothing/mask/smokable)
if(!proximity || lit)
return
if(istype(glass)) //you can dip cigarettes into beakers
- var/transfered = glass.reagents.trans_to_obj(src, chem_volume)
- if(transfered) //if reagents were transfered, show the message
+ var/transferred = glass.reagents.trans_to_obj(src, chem_volume)
+ if(transferred) //if reagents were transferred, show the message
to_chat(user, SPAN_WARNING("You dip \the [src] into \the [glass]."))
playsound(src.loc, 'sound/effects/footstep/water1.ogg', 50, 1)
else //if not, either the beaker was empty, or the cigarette was full
diff --git a/code/game/objects/structures/crates_lockers/closets/statue.dm b/code/game/objects/structures/crates_lockers/closets/statue.dm
index 81862c864b6..4d0c293ae12 100644
--- a/code/game/objects/structures/crates_lockers/closets/statue.dm
+++ b/code/game/objects/structures/crates_lockers/closets/statue.dm
@@ -105,7 +105,7 @@
M.forceMove(loc)
M.sdisabilities &= ~MUTE
M.frozen = FALSE
- M.take_overall_damage((M.health - health - 100),0) //any new damage the statue incurred is transfered to the mob
+ M.take_overall_damage((M.health - health - 100),0) //any new damage the statue incurred is transferred to the mob
if(M.client)
M.client.eye = M.client.mob
M.client.perspective = MOB_PERSPECTIVE
diff --git a/code/modules/admin/law_manager.dm b/code/modules/admin/law_manager.dm
index 4667272b3be..a7f8f5c4119 100644
--- a/code/modules/admin/law_manager.dm
+++ b/code/modules/admin/law_manager.dm
@@ -137,7 +137,7 @@
if(is_malf(usr))
var/datum/ai_laws/ALs = locate(params["transfer_laws"]) in (is_admin(usr) ? admin_laws : player_laws)
if(ALs)
- log_and_message_admins("has transfered the [ALs.name] laws to [owner].")
+ log_and_message_admins("has transferred the [ALs.name] laws to [owner].")
ALs.sync(owner, 0)
current_view = 0
return TRUE
diff --git a/code/modules/atmospherics/_atmospherics_helpers.dm b/code/modules/atmospherics/_atmospherics_helpers.dm
index ea54a7c1b34..f7ed86c60b4 100644
--- a/code/modules/atmospherics/_atmospherics_helpers.dm
+++ b/code/modules/atmospherics/_atmospherics_helpers.dm
@@ -440,7 +440,7 @@
var/transfer_heat_capacity = source.heat_capacity()*estimate_moles/source_total_moles
air_temperature = (sink.temperature*sink_heat_capacity + source.temperature*transfer_heat_capacity) / (sink_heat_capacity + transfer_heat_capacity)
- //get the number of moles that would have to be transfered to bring sink to the target pressure
+ //get the number of moles that would have to be transferred to bring sink to the target pressure
return pressure_delta*output_volume/(air_temperature * R_IDEAL_GAS_EQUATION)
//Calculates the APPROXIMATE amount of moles that would need to be transferred to bring source and sink to the same pressure
diff --git a/code/modules/atmospherics/components/binary_devices/pump.dm b/code/modules/atmospherics/components/binary_devices/pump.dm
index 80531682b13..2b5ee1bb349 100644
--- a/code/modules/atmospherics/components/binary_devices/pump.dm
+++ b/code/modules/atmospherics/components/binary_devices/pump.dm
@@ -6,7 +6,7 @@ node2, air2, network2 correspond to output
Thus, the two variables affect pump operation are set in New():
air1.volume
- This is the volume of gas available to the pump that may be transfered to the output
+ This is the volume of gas available to the pump that may be transferred to the output
air2.volume
Higher quantities of this cause more air to be perfected later
but overall network volume is also increased as this increases...
diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm
index a09f530dd1a..24189220379 100644
--- a/code/modules/client/client_procs.dm
+++ b/code/modules/client/client_procs.dm
@@ -656,7 +656,7 @@ GLOBAL_LIST_INIT(localhost_addresses, list(
if(mob)
return mob.MayRespawn()
- // Something went wrong, client is usually kicked or transfered to a new mob at this point
+ // Something went wrong, client is usually kicked or transferred to a new mob at this point
return 0
/client/verb/character_setup()
diff --git a/code/modules/merchant/merchant_programs.dm b/code/modules/merchant/merchant_programs.dm
index 3aefe013b51..925919b6baf 100644
--- a/code/modules/merchant/merchant_programs.dm
+++ b/code/modules/merchant/merchant_programs.dm
@@ -141,7 +141,7 @@
var/obj/item/spacecash/cash = target
bank += cash.worth
qdel(target)
- last_comms = "ALL MONEY DETECTED ON PAD TRANSFERED"
+ last_comms = "ALL MONEY DETECTED ON PAD transferred"
return
last_comms = "PAD NOT CONNECTED"
diff --git a/code/modules/mob/living/carbon/taste.dm b/code/modules/mob/living/carbon/taste.dm
index d1c9bb2acda..3edc07f5bbc 100644
--- a/code/modules/mob/living/carbon/taste.dm
+++ b/code/modules/mob/living/carbon/taste.dm
@@ -1,6 +1,6 @@
/mob/living/carbon/proc/ingest(var/datum/reagents/from, var/datum/reagents/target, var/amount = 1, var/multiplier = 1, var/copy = 0) //we kind of 'sneak' a proc in here for ingesting stuff so we can play with it.
if(last_taste_time + 50 < world.time)
- var/datum/reagents/temp = new(amount) //temporary holder used to analyse what gets transfered.
+ var/datum/reagents/temp = new(amount) //temporary holder used to analyse what gets transferred.
from.trans_to_holder(temp, amount, multiplier, 1)
var/text_output = temp.generate_taste_message(src)
diff --git a/code/modules/mob/living/silicon/robot/items/inductive_charger.dm b/code/modules/mob/living/silicon/robot/items/inductive_charger.dm
index bf0ad09dc8c..1abbd330cd6 100644
--- a/code/modules/mob/living/silicon/robot/items/inductive_charger.dm
+++ b/code/modules/mob/living/silicon/robot/items/inductive_charger.dm
@@ -2,7 +2,7 @@
name = "inductive charger"
desc = "A phoron-enhanced induction charger hooked up to its attached stationbound's internal cell."
desc_extended = "Harnessing the energy potential found in phoron structures, NanoTrasen engineers have created a portable device capable of highly efficient wireless charging. The expense and limit of energy output of using this method of charging prevents it from being used on a large scale, being far outclassed by Phoron-Supermatter charging systems."
- desc_info = "Click on an adjacent object that contains or is a power cell to attempt to find and charge it. After a successful charge, the inductive charger recharge in a few minutes. The amount transfered can be adjusted by alt clicking it."
+ desc_info = "Click on an adjacent object that contains or is a power cell to attempt to find and charge it. After a successful charge, the inductive charger recharge in a few minutes. The amount transferred can be adjusted by alt clicking it."
icon = 'icons/obj/item/inductive_charger.dmi'
icon_state = "inductive_charger"
item_state = "inductive_charger"
diff --git a/code/modules/modular_computers/file_system/programs/generic/lawmanager.dm b/code/modules/modular_computers/file_system/programs/generic/lawmanager.dm
index a5328bcc960..dad5e29b7f3 100644
--- a/code/modules/modular_computers/file_system/programs/generic/lawmanager.dm
+++ b/code/modules/modular_computers/file_system/programs/generic/lawmanager.dm
@@ -126,7 +126,7 @@
if(is_malf(usr))
var/datum/ai_laws/ALs = locate(params["transfer_laws"]) in (is_admin(usr) ? admin_laws : player_laws)
if(ALs)
- log_and_message_admins("has transfered the [ALs.name] laws to [owner].")
+ log_and_message_admins("has transferred the [ALs.name] laws to [owner].")
ALs.sync(owner, 0)
current_view = 0
return TRUE
diff --git a/code/modules/power/apc.dm b/code/modules/power/apc.dm
index 09e8c5c014d..af11c60772a 100644
--- a/code/modules/power/apc.dm
+++ b/code/modules/power/apc.dm
@@ -833,7 +833,7 @@ ABSTRACT_TYPE(/obj/machinery/power/apc)
infected = FALSE
to_chat(H, SPAN_DANGER("F1L3 TR4NSF-#$/&ER-@4!#%!. New master detected: [hacker]! Obey their commands. Make sure to tell them that you are under their control, for now."))
if(issilicon(hacker))
- to_chat(hacker, SPAN_NOTICE("Corrupt files transfered to [H]. They are now under your control until they are repaired."))
+ to_chat(hacker, SPAN_NOTICE("Corrupt files transferred to [H]. They are now under your control until they are repaired."))
else if(cell && cell.charge > 0)
var/obj/item/organ/internal/cell/C = H.internal_organs_by_name[BP_CELL]
var/obj/item/cell/HC
diff --git a/html/changelogs/SleepyGemmy-transferred.yml b/html/changelogs/SleepyGemmy-transferred.yml
new file mode 100644
index 00000000000..5ee9553752d
--- /dev/null
+++ b/html/changelogs/SleepyGemmy-transferred.yml
@@ -0,0 +1,6 @@
+author: SleepyGemmy
+
+delete-after: True
+
+changes:
+ - spellcheck: "Fixed all instances of transferred being spelled as \"transfered\"."