File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818#
19- # $Id: setup.py,v 1.77.2.4 2005-03-01 14:39:00 a1s Exp $
19+ # $Id: setup.py,v 1.77.2.5 2005-03-01 14:41:56 a1s Exp $
2020
2121from distutils .core import setup , Extension
2222from distutils .util import get_platform
@@ -243,7 +243,7 @@ def find_modules(self):
243243class build_roundup (build ):
244244
245245 def build_message_files (self ):
246- """For each locale/*.po, build .mo file in targen locale directory"""
246+ """For each locale/*.po, build .mo file in target locale directory"""
247247 for (_src , _dst ) in list_message_files ():
248248 _build_dst = os .path .join ("build" , _dst )
249249 self .mkpath (os .path .dirname (_build_dst ))
You can’t perform that action at this time.
0 commit comments