Skip to content

Commit

Permalink
Fixed minor typo reported on the erlang bugs mailing list.
Browse files Browse the repository at this point in the history
  • Loading branch information
kostis committed Apr 9, 2010
1 parent 1050a85 commit 3d56774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/dialyzer/doc/manual.txt
Expand Up @@ -297,7 +297,7 @@ Option :: {files, [Filename :: string()]}
| {include_dirs, [DirName :: string()]}
| {output_file, FileName :: string()}
| {output_plt, FileName :: string()}
| {analysis_type, 'success_typings' | 'plt_add' |
| {analysis_type, 'succ_typings' | 'plt_add' |
'plt_build' | 'plt_check' | 'plt_remove'}
| {warnings, [WarnOpts]}

Expand Down
2 changes: 1 addition & 1 deletion lib/dialyzer/doc/src/dialyzer.xml
Expand Up @@ -206,7 +206,7 @@ Option : {files, [Filename : string()]}
| {include_dirs, [DirName : string()]}
| {output_file, FileName : string()}
| {output_plt, FileName :: string()}
| {analysis_type, 'success_typings' | 'plt_add' | 'plt_build' | 'plt_check' | 'plt_remove'}
| {analysis_type, 'succ_typings' | 'plt_add' | 'plt_build' | 'plt_check' | 'plt_remove'}
| {warnings, [WarnOpts]}
| {get_warnings, bool()}
Expand Down

0 comments on commit 3d56774

Please sign in to comment.