aboutsummaryrefslogtreecommitdiffstats
path: root/libxml.3
diff options
context:
space:
mode:
authorJohn Bradshaw <john@johnbradshaw.org>2012-08-17 11:59:01 +0800
committerDaniel Veillard <veillard@redhat.com>2012-08-17 11:59:01 +0800
commitc9a575cff599c0946c1e29d990ceb4f8d8df76dc (patch)
tree7e266b0da2d17397dff7f02fa2524cc9fda34b95 /libxml.3
parentdfc0aa0a6a17578a18e60e0b95e5722ef73c8e18 (diff)
downloadandroid_external_libxml2-c9a575cff599c0946c1e29d990ceb4f8d8df76dc.tar.gz
android_external_libxml2-c9a575cff599c0946c1e29d990ceb4f8d8df76dc.tar.bz2
android_external_libxml2-c9a575cff599c0946c1e29d990ceb4f8d8df76dc.zip
libxml(3) manpage typo fix
Diffstat (limited to 'libxml.3')
-rw-r--r--libxml.32
1 files changed, 1 insertions, 1 deletions
diff --git a/libxml.3 b/libxml.3
index 88d3eee2..b3e9fef0 100644
--- a/libxml.3
+++ b/libxml.3
@@ -5,7 +5,7 @@ libxml \- library used to parse XML files
The
.I libxml
library is used to parse XML files.
-Its internal document repesentation is as close as possible to the
+Its internal document representation is as close as possible to the
.I DOM
(Document Object Model) interface,
an API for accessing XML or HTML structured documents.