# HG changeset patch # User Benoit Boissinot # Date 1166053271 -3600 # Node ID c22251414b46b41c65407f9bba17f0be4f6175a0 # Parent 20f1c8440c53d7cbd98a7a440c6acf66412615a4 spelling fix diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ try: # Due to the use of demandload py2exe is not finding the modules. # packagescan.getmodules creates a list of modules included in - # the mercurial package plus depdent modules. + # the mercurial package plus dependant modules. from py2exe.build_exe import py2exe as build_exe class py2exe_for_demandload(build_exe):