diff options
author | Andrew Dryga <[email protected]> | 2017-02-12 19:36:16 +0200 |
---|---|---|
committer | Andrew Dryga <[email protected]> | 2017-02-14 11:31:30 +0200 |
commit | 3dc5b9a85c45a7945dadab4bad97f7b72e0e3490 (patch) | |
tree | abfd4f8dd44a374255190f0144f73b2d1b52cc89 /lib/edoc/src | |
parent | b98adc2aa384c551bb75d572278ce0cca626533f (diff) | |
download | otp-3dc5b9a85c45a7945dadab4bad97f7b72e0e3490.tar.gz otp-3dc5b9a85c45a7945dadab4bad97f7b72e0e3490.tar.bz2 otp-3dc5b9a85c45a7945dadab4bad97f7b72e0e3490.zip |
Fixed typos in lib/edoc
Diffstat (limited to 'lib/edoc/src')
-rw-r--r-- | lib/edoc/src/edoc_tags.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/edoc/src/edoc_tags.erl b/lib/edoc/src/edoc_tags.erl index 7e59f373b2..da078de0b9 100644 --- a/lib/edoc/src/edoc_tags.erl +++ b/lib/edoc/src/edoc_tags.erl @@ -227,7 +227,7 @@ filter_tags([#tag{name = N, line = L} = T | Ts], Tags, Where, Ts1) -> filter_tags([], _, _, Ts) -> lists:reverse(Ts). -%% Check occurrances of tags. +%% Check occurrences of tags. check_tags(Ts, Allow, Single, Where) -> check_tags(Ts, Allow, Single, Where, false, sets:new()). |