From 067f734e77892b3e0fdf39c71bf18e2156c7d70b Mon Sep 17 00:00:00 2001 From: amane999 Date: Wed, 4 Jun 2025 22:13:04 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20typo=20'recive'=20=E2=86=92=20're?= =?UTF-8?q?ceive'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit docs(README): fix typo 'recive' → 'receive' Tiny typo fix in the first line of the README. No functional changes. --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 88d9d0d..0dbee8b 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,6 @@ == OVERVIEW -purple_ruby is a ruby gem to write servers that send and recive IM messages. It uses libpurple ( http://developer.pidgin.im/wiki/WhatIsLibpurple ) and therforce supports all protocols that Pidgin/Adium supports (MSN/Gtalk/Yahoo/AIM/ICQ etc). +purple_ruby is a ruby gem to write servers that send and receive IM messages. It uses libpurple ( http://developer.pidgin.im/wiki/WhatIsLibpurple ) and therforce supports all protocols that Pidgin/Adium supports (MSN/Gtalk/Yahoo/AIM/ICQ etc). For MSN, we recommend msn-pecan ( http://code.google.com/p/msn-pecan/ ), which is more more stable than official MSN plugin.