Transferred Typo Fixes (#20879)

this PR fixes transferred being spelled as "transfered".
This commit is contained in:
SleepyGemmy
2025-06-25 23:10:01 +02:00
committed by GitHub
parent 2667670749
commit 5f9201fdf0
15 changed files with 21 additions and 15 deletions
@@ -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