diff --git a/source/overview.rst b/source/overview.rst
index c82f46591..1ae53cb7b 100644
--- a/source/overview.rst
+++ b/source/overview.rst
@@ -308,14 +308,14 @@ program into one of these formats, most of which involve embedding the
Python interpreter and any other dependencies into a single executable
file.
-This approach, called *freezing*, offers wide compatiblity and
+This approach, called *freezing*, offers wide compatibility and
seamless user experience, though often requires multiple technologies,
and a good amount of effort.
A selection of Python freezers:
* `pyInstaller `_ - Cross-platform
-* `cx_Freeze `_ - Cross-platform
+* `cx_Freeze `_ - Cross-platform
* `constructor `_ - For command-line installers
* `py2exe `_ - Windows only
* `py2app `_ - Mac only