Merge 3.2, doc typos.
diff --git a/Doc/glossary.rst b/Doc/glossary.rst
index 4f1795d..04b3fbb 100644
--- a/Doc/glossary.rst
+++ b/Doc/glossary.rst
@@ -587,7 +587,7 @@
as :keyword:`if`, :keyword:`while` or :keyword:`for`.
struct sequence
- A tuple with named elements. Struct sequences expose an interface similiar
+ A tuple with named elements. Struct sequences expose an interface similar
to :term:`named tuple` in that elements can either be accessed either by
index or as an attribute. However, they do not have any of the named tuple
methods like :meth:`~collections.somenamedtuple._make` or