Index: /pyyaml/trunk/lib/yaml/__init__.py
===================================================================
--- /pyyaml/trunk/lib/yaml/__init__.py	(revision 336)
+++ /pyyaml/trunk/lib/yaml/__init__.py	(revision 353)
@@ -44,5 +44,5 @@
     """
     Parse all YAML documents in a stream
-    and produce corresponsing representation trees.
+    and produce corresponding representation trees.
     """
     loader = Loader(stream)
Index: /pyyaml/trunk/lib3/yaml/__init__.py
===================================================================
--- /pyyaml/trunk/lib3/yaml/__init__.py	(revision 336)
+++ /pyyaml/trunk/lib3/yaml/__init__.py	(revision 353)
@@ -45,5 +45,5 @@
     """
     Parse all YAML documents in a stream
-    and produce corresponsing representation trees.
+    and produce corresponding representation trees.
     """
     loader = Loader(stream)
