Fix some typos.
authorDick Porter <dick@src.gnome.org>
Thu, 24 May 2001 11:35:28 +0000 (11:35 +0000)
committerDick Porter <dick@src.gnome.org>
Thu, 24 May 2001 11:35:28 +0000 (11:35 +0000)
README

diff --git a/README b/README
index 5dafcff..96876ed 100644 (file)
--- a/README
+++ b/README
@@ -5,10 +5,10 @@ servicing SOAP requests, and a WSDL (Web Service Definition Language) to C
 compiler which generates client stubs and server skeletons for easily calling
 and implementing SOAP methods.
 
-It uses the GLib main loop and is designed to work well with GTK
+It uses the Glib main loop and is designed to work well with GTK
 applications.  This enables GNOME applications to access SOAP servers
-on the network in a completely asycronous fashion, very similar to the
-Gtk+ programming model (a syncronous operation mode is also supported
+on the network in a completely asynchronous fashion, very similar to the
+Gtk+ programming model (a synchronous operation mode is also supported
 for those who want it).
 
 The WSDL compiler will help you make your applications interoperate