From 5d60a6de8acf7dee488e335325c1eaec1c45ae71 Mon Sep 17 00:00:00 2001 From: Justin Yulli Kim Date: Tue, 17 Jul 2012 23:44:32 -0400 Subject: [PATCH] There's no such word as singluar, silly! --- earwigbot/commands/registration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earwigbot/commands/registration.py b/earwigbot/commands/registration.py index b643521..2c08c7c 100644 --- a/earwigbot/commands/registration.py +++ b/earwigbot/commands/registration.py @@ -54,7 +54,7 @@ class Registration(Command): elif user.gender == "female": gender = "She's" else: - gender = "They're" # Singluar they? + gender = "They're" # Singular they? msg = "\x0302{0}\x0F registered on {1}. {2} {3} old." self.reply(data, msg.format(name, date, gender, age))