fix obvious typo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17661 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2007-03-31 13:57:04 +00:00
parent 12e6426c3f
commit 7ac394d9a6

View File

@ -2021,7 +2021,7 @@ if update_po:
# possibly *only* handle these languages
languages = None
if env.has_key('languages'):
languages = env.make_list(env['lanauges'])
languages = env.make_list(env['languages'])
# merge. if I use lan.po as $TARGET, it will be removed
# before it is merged. In this builder,
# $BUILDDIR/po/lang.po is merged from po/lang.po and $BUILDDIR/po/lyx.pot