minor: fix for typo in WriteTag documentation

This commit is contained in:
Roman Ivanov 2016-12-22 06:00:48 -08:00
parent b0972bab3f
commit 8cc03cbf11
1 changed files with 1 additions and 1 deletions

View File

@ -1699,7 +1699,7 @@ public boolean isSomething()
<section name="WriteTag">
<subsection name="Description">
<p>
Requires cpecified JavaDoc tag to be present in javadoc comment with proper format. To define the
Requires user defined JavaDoc tag to be present in javadoc comment with defined format. To define the
format for a tag, set property tagFormat to a regular
expression. Property tagSeverity is used for severity of events when the tag exists.
</p>