[Libreoffice-commits] .: expat/README
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Oct 3 09:10:29 PDT 2012
expat/README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 703009d0c5f03c48d5e092bd88d5f8db2f9ebdbb
Author: Andras Timar <atimar at suse.com>
Date: Wed Oct 3 18:11:45 2012 +0200
typo
Change-Id: I4fc3f6ca51d9ce0a18539b4911f6ddf06694b039
diff --git a/expat/README b/expat/README
index 9289284..52496b9 100644
--- a/expat/README
+++ b/expat/README
@@ -4,7 +4,7 @@ When we build expat internally ("bundled"), we build two variants: One
that has an "ASCII" (actually UTF-8) API, another that has a "Unicode"
(meaning UTF-16) API. Additionally, expat is split into two parts,
expat_xmlparse and expat_xmltok. It's the former which has the two
-variabts, ascii_expat_xmlparse (UTF-8) and expat_xmlparse (UTF-16).
+variants, ascii_expat_xmlparse (UTF-8) and expat_xmlparse (UTF-16).
Code that uses expat then declares in its .mk file which one it wants
to use. See the magic in ../RepositoryExternal.mk, where in the
More information about the Libreoffice-commits
mailing list