git » msnlib » commit d48bab7

Fix some typos in the README file.

author Alberto Bertogli
2007-04-28 17:11:37 UTC
committer Alberto Bertogli
2007-04-28 17:11:37 UTC
parent c053861a560d837bce55180d6926eb2305599e3f

Fix some typos in the README file.

Thanks to dharana@dharana.net for reporting some of them.

README +7 -7

diff --git a/README b/README
index 5ef35b6..1c79b57 100644
--- a/README
+++ b/README
@@ -10,26 +10,26 @@ Please read the 'INSTALL' file to see how to install and use both the client
 and the library.
 
 The client is really simple, uses a text-mode interface with commands similar
-to 'micq' (http://micq.ukeer.de/), which is a great ICQ client. 
+to 'micq' (http://micq.ukeer.de/), which is a great ICQ client.
 
 If you're looking for a good messaging system, forget about messenger and try
 Jabber (http://www.jabber.org), it's the only one which is run in the open
 based on public standards, it's safe, fast, has a lot of features and it's
-quite scalable. 
+quite scalable.
 
-But if you're stucked with messenger for whatever reason (your friends,
+But if you're stuck with messenger for whatever reason (your friends,
 family, the dog, all use it =), I hope you find this useful.
 
 
 The basic idea for the library is a main class which represents a connection
-with the server and holds all the relevant information, it has only the a few
+with the server and holds all the relevant information, it has only a few
 methods to login, change some info and status, and send messages; all the rest
-is driven by an asyncronous callback scheme registered at runtime which can be
+is driven by an asynchronous callback scheme registered at runtime which can be
 changed on the fly.
 
-If you're intrested, read the code to find out more; most of the documentation
+If you're interested, read the code to find out more; most of the documentation
 is there either as command or as python documentation strings. You might also
-want to check out the doc directory; specially if you use a non-unix platform,
+want to check out the doc directory; specially if you use a non-UNIX platform,
 take a look at the 'portability' file.