Fix typo in documentation for time module, thanks to docs@
diff --git a/Doc/library/time.rst b/Doc/library/time.rst
index 799140c..bad3f47 100644
--- a/Doc/library/time.rst
+++ b/Doc/library/time.rst
@@ -557,7 +557,7 @@
:exc:`TypeError` is raised.
.. versionchanged:: 3.3
- :attr:`tm_gmtoff` and :attr:`tm_zone` attributes are avaliable on platforms
+ :attr:`tm_gmtoff` and :attr:`tm_zone` attributes are available on platforms
with C library supporting the corresponding fields in ``struct tm``.
.. function:: time()