Skip to content

Commit 0188ac5

Browse files
committed
Merge branch 'master' of github.com:doxygen/doxygen
2 parents 1c28466 + 7e16e10 commit 0188ac5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/translator_fa.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*
2727
* Fri 04 Jun 2010 04:05:24 PM IRDT <nadalizadeh at gmail dot com>
2828
* >> Implement missing new methods since 1.6.0.
29-
* >> Add English to Persian digit convertor. (for date/time digits)
29+
* >> Add English to Persian digit converter. (for date/time digits)
3030
*
3131
* Translation feedbacks are really appreciated.
3232
*/

src/translator_hr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// - Better handling of ISO-8859-2/ WIN 1250 stuff based on (actually stolen from :-)) Czech translations
2222
// implemented by Petr Prikryl ([email protected]).
2323
// As opposed to Czech translation this one assumes that Doxygen strings are written in Linux ( it's true,
24-
// I don't have QT pro licence ) , and uses ISOToWin function when built in WIN32
24+
// I don't have QT pro license ), and use ISOToWin function when built in WIN32
2525
//
2626
// 2000/09/18
2727
// - Added strings from 1.2.1

src/translator_pt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1876,7 +1876,7 @@ class TranslatorPortuguese : public TranslatorAdapter_1_16_0
18761876
/*! Text for copyright paragraph */
18771877
QCString trCopyright() override
18781878
{
1879-
// Note: I will left it as is because "Direitos de autor" may not fit
1879+
// Note: I will leave it as is because "Direitos de autor" may not fit
18801880
// in the text.
18811881
return "Copyright";
18821882
}

0 commit comments

Comments
 (0)