diff options
author | Tuncer Ayaz <[email protected]> | 2011-12-05 18:28:19 +0100 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2011-12-05 18:28:47 +0100 |
commit | f3052a3a1a78c5cb5135c5c96c64ae4a39433745 (patch) | |
tree | db1cf862456078c8dca87f7f4c82ec3baad8fe56 /lib/xmerl/include | |
parent | d507bcb15b26222f5d82b11b802ab569050799b6 (diff) | |
download | otp-f3052a3a1a78c5cb5135c5c96c64ae4a39433745.tar.gz otp-f3052a3a1a78c5cb5135c5c96c64ae4a39433745.tar.bz2 otp-f3052a3a1a78c5cb5135c5c96c64ae4a39433745.zip |
Fix misspelling of chosen
Diffstat (limited to 'lib/xmerl/include')
-rw-r--r-- | lib/xmerl/include/xmerl_xsd.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xmerl/include/xmerl_xsd.hrl b/lib/xmerl/include/xmerl_xsd.hrl index 6dad7d8ff0..644cc2e433 100644 --- a/lib/xmerl/include/xmerl_xsd.hrl +++ b/lib/xmerl/include/xmerl_xsd.hrl @@ -184,7 +184,7 @@ %% allowed for a schema. %% chain, represents a series of ordered objects, some of whom may be %% optional. -%% alterantive, a collection of objects of which only one is choosen. +%% alterantive, a collection of objects of which only one is chosen. -record(chain,{ content, occurance={1,1} |