From 9505f322883cbf28e3fb27ac66bf67f5aa81efb3 Mon Sep 17 00:00:00 2001 From: ThePiachu Date: Sun, 9 Jun 2024 02:28:43 -0700 Subject: [PATCH] Fixed a small typo (#6403) # About the pull request Fixed a small typo - "Inmediately" -> "Immediately" # Explain why it's good for the game Less typos more good. # Testing Photographs and Procedure Check the Admin Game Panel.
Screenshots & Videos Put screenshots and videos here with an empty line between the screenshots and the `
` tags.
# Changelog :cl: ThePiachu spellcheck: Fixed a typo in Admin Game Panel /:cl: --- code/modules/admin/admin.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 979217019f0c..9fbdcdae1f93 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -141,7 +141,7 @@ Quick Create Object
Create Turf
Create Mob
- Inmediately Send Tip
+ Immediately Send Tip
"} show_browser(usr, dat, "Game Panel", "admin2", "size=210x280")