Skip to content

Commit 8199bd4

Browse files
committed
Spelling correction
Spelling correction
1 parent bca0c6e commit 8199bd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/translator_en.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2644,8 +2644,8 @@ class TranslatorEnglish : public Translator
26442644
QCString trUnsatisfiedRequirementsText(bool singular,const QCString &list) override
26452645
{
26462646
return singular ?
2647-
"The requirement "+list+" does not have a 'satisties' relation." :
2648-
"The requirements "+list+" do not have a 'satisties' relation.";
2647+
"The requirement "+list+" does not have a 'satisfies' relation." :
2648+
"The requirements "+list+" do not have a 'satisfies' relation.";
26492649
}
26502650
// indicates a symbol verifies (tests) a requirement
26512651
QCString trVerifies(bool singular) override

0 commit comments

Comments
 (0)