From e85388a1d0089b8fd308e795ba4b7f2125e3adf3 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 11 Aug 2004 04:59:44 +0000 Subject: [PATCH] Typo fix. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 3d8ddd2f6..a25030d56 100644 --- a/README +++ b/README @@ -28,7 +28,7 @@ DEVELOPERS: ----------- Read OVERVIEW to see what the modules are used for. Read EXAMPLE to see some examples of callbacks and commands written for the bot. -Read INTEFACES to see what kinds of objects you'll be dealing with. +Read INTERFACES to see what kinds of objects you'll be dealing with. Read STYLE if you wish to contribute; all contributed code must meet the guidelines set forth there..