aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMarcus Marinelli <[email protected]>2011-04-02 17:57:31 -0700
committerMarcus Marinelli <[email protected]>2011-04-02 17:57:31 -0700
commit8a8e05929bb12ee96a0bb92505c3c410be9a5052 (patch)
tree56981e40d88e46e379540e4ac9e06c43d56845a4 /lib
parent745c4af40595c8b029c2d61ddbe22c6d12950236 (diff)
downloadotp-8a8e05929bb12ee96a0bb92505c3c410be9a5052.tar.gz
otp-8a8e05929bb12ee96a0bb92505c3c410be9a5052.tar.bz2
otp-8a8e05929bb12ee96a0bb92505c3c410be9a5052.zip
Fix minor typos and improve punctuation in the xmerl_xpath @doc comment
Diffstat (limited to 'lib')
-rw-r--r--lib/xmerl/src/xmerl_xpath.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/xmerl/src/xmerl_xpath.erl b/lib/xmerl/src/xmerl_xpath.erl
index e654a8ef1d..c803af3631 100644
--- a/lib/xmerl/src/xmerl_xpath.erl
+++ b/lib/xmerl/src/xmerl_xpath.erl
@@ -19,8 +19,8 @@
%% Description : Implements a search engine based on XPath
-%% @doc The xmerl_xpath module handles the entire XPath 1.0 spec
-%% XPath expressions typically occurs in XML attributes and are used to addres
+%% @doc The xmerl_xpath module handles the entire XPath 1.0 spec.
+%% XPath expressions typically occur in XML attributes and are used to address
%% parts of an XML document.
% The grammar is defined in <code>xmerl_xpath_parse.yrl</code>.
% The core functions are defined in <code>xmerl_xpath_pred.erl</code>.