aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmerl
diff options
context:
space:
mode:
authorAndreas Lappe <[email protected]>2018-03-21 16:57:06 +0100
committerAndreas Lappe <[email protected]>2018-03-21 16:57:06 +0100
commit9afbb2d2bc4b0680e7ac3b33465b0b6e36631faf (patch)
treee26396d9ca1741dae9692939b985ec175b993a32 /lib/xmerl
parentcf3cbf0871832cb0808293842e5ae726edfc12e1 (diff)
downloadotp-9afbb2d2bc4b0680e7ac3b33465b0b6e36631faf.tar.gz
otp-9afbb2d2bc4b0680e7ac3b33465b0b6e36631faf.tar.bz2
otp-9afbb2d2bc4b0680e7ac3b33465b0b6e36631faf.zip
Fix a simple typo in xmerl documentation
Diffstat (limited to 'lib/xmerl')
-rw-r--r--lib/xmerl/src/xmerl_xsd.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xmerl/src/xmerl_xsd.erl b/lib/xmerl/src/xmerl_xsd.erl
index a89b3159ec..d727084175 100644
--- a/lib/xmerl/src/xmerl_xsd.erl
+++ b/lib/xmerl/src/xmerl_xsd.erl
@@ -18,7 +18,7 @@
%% %CopyrightEnd%
%%
-%% @doc Interface module for XML Schema vlidation.
+%% @doc Interface module for XML Schema validation.
%% It handles the W3.org
%% <a href="http://www.w3.org/XML/Schema#dev">specifications</a>
%% of XML Schema second edition 28 october 2004. For an introduction to