From aba027918b84d95fc2d141a83d3fedceffae2f13 Mon Sep 17 00:00:00 2001 From: RainAndSand <175639558+RainAndSand@users.noreply.github.com> Date: Sun, 25 Aug 2024 00:47:08 -0400 Subject: [PATCH] typo --- code/modules/autowiki/pages/xeno_stats.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/autowiki/pages/xeno_stats.dm b/code/modules/autowiki/pages/xeno_stats.dm index a6039ed6ba78..720f4fe04898 100644 --- a/code/modules/autowiki/pages/xeno_stats.dm +++ b/code/modules/autowiki/pages/xeno_stats.dm @@ -48,7 +48,7 @@ ) var/sanitized_name = url_encode(replacetext(name, " ", "_")) - return list(list(title = "Tempalte:AutoWiki/Content/XenoStats/[sanitized_name]", text = include_template("Autowiki/XenoStats", xeno_data))) + return list(list(title = "Template:Autowiki/Content/XenoStats/[sanitized_name]", text = include_template("Autowiki/XenoStats", xeno_data))) /datum/autowiki/xeno_stats/proc/humanize_speed(speed) return speed * -1 + 1