Repair typos in UniqueProperties description

This commit is contained in:
Michał Kordas 2015-02-24 06:41:19 +01:00 committed by Roman Ivanov
parent 8462f4fabd
commit 1e93e40864
1 changed files with 4 additions and 4 deletions

View File

@ -1504,12 +1504,12 @@ public class PID extends StateMachine implements WebObject.Constants {
<section name="UniqueProperties">
<subsection name="Description">
<p>
Checks properties file for a duplicated properties.
Checks properties files for duplicated properties.
</p>
<p>
Rationale: Multiple property keys usually appears after merge
or rebase of several branches. While there is no errors in
runtime, there can be a confusion on having different values
Rationale: Multiple property keys usually appear after merge
or rebase of several branches. While there are no errors in
runtime, there can be a confusion due to having different values
for the duplicated properties.
</p>