aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmerl/src/xmerl_regexp.erl
diff options
context:
space:
mode:
authorAndrew Dryga <[email protected]>2017-02-12 19:55:27 +0200
committerAndrew Dryga <[email protected]>2017-02-14 11:32:56 +0200
commita24dc1a9e2f72ce883d47f550b0097f909956085 (patch)
tree4d862f60b47285fec21add3d427aa0f07c552470 /lib/xmerl/src/xmerl_regexp.erl
parent6065cc251a4c15bff782bd09ec413c4d65e166fb (diff)
downloadotp-a24dc1a9e2f72ce883d47f550b0097f909956085.tar.gz
otp-a24dc1a9e2f72ce883d47f550b0097f909956085.tar.bz2
otp-a24dc1a9e2f72ce883d47f550b0097f909956085.zip
Fixed typos in lib/xmerl
Diffstat (limited to 'lib/xmerl/src/xmerl_regexp.erl')
-rw-r--r--lib/xmerl/src/xmerl_regexp.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xmerl/src/xmerl_regexp.erl b/lib/xmerl/src/xmerl_regexp.erl
index fc89b80ff1..566b77725f 100644
--- a/lib/xmerl/src/xmerl_regexp.erl
+++ b/lib/xmerl/src/xmerl_regexp.erl
@@ -1154,7 +1154,7 @@ comp_crs([], Last) -> [{Last,maxchar}].
%% build_dfa(NFA, NfaStartState) -> {DFA,DfaStartState}.
%% Build a DFA from an NFA using "subset construction". The major
%% difference from the book is that we keep the marked and unmarked
-%% DFA states in seperate lists. New DFA states are added to the
+%% DFA states in separate lists. New DFA states are added to the
%% unmarked list and states are marked by moving them to the marked
%% list. We assume that the NFA accepting state numbers are in
%% ascending order for the rules and use ordsets to keep this order.