add forgotten comma

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14893 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-09-04 15:54:57 +00:00
parent 15be4fb8ef
commit 8a83ea44bd

View File

@ -1101,7 +1101,7 @@ int count()
'Spell engine to use' 'Spell engine to use'
), ),
# we need to know the byte order for unicode conversions # we need to know the byte order for unicode conversions
(sys.byteorder == 'big', 'WORDS_BIGENDIAN' (sys.byteorder == 'big', 'WORDS_BIGENDIAN',
'Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX).' 'Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX).'
), ),
], ],