diff options
author | Michele Calgaro <[email protected]> | 2021-11-27 12:04:34 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-11-27 12:19:50 +0900 |
commit | b774cb4908f9be09d6a1a074a4c3d6f57e57fcb5 (patch) | |
tree | 39f945a6ae09017ec17c776921f5adeb5004366f /src/main.cpp | |
parent | f6a05589158e4d8e68be9d46247b5b66dc18198d (diff) | |
download | dolphin-b774cb4908f9be09d6a1a074a4c3d6f57e57fcb5.tar.gz dolphin-b774cb4908f9be09d6a1a074a4c3d6f57e57fcb5.zip |
Fixed a couple of typos. This resolves issue #11 and issue #13.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 02de15300e0575b1886dd283b13fd97a9bee6c74)
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index e05261f..84713c8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -48,7 +48,7 @@ int main(int argc, char **argv) about.addAuthor("Orville Bennett", I18N_NOOP("Documentation"), "[email protected]"); about.addCredit("Peter Penz", I18N_NOOP("... for the great original Dolphin")); about.addCredit("Cvetoslav Ludmiloff, Stefan Monov", I18N_NOOP("... for their development on the original Dolphin")); - about.addCredit("Aaron J. Seigo", I18N_NOOP("... for the great support and the amazing patches for the orignal Dolphin")); + about.addCredit("Aaron J. Seigo", I18N_NOOP("... for the great support and the amazing patches for the original Dolphin")); about.addCredit("Patrice Tremblay, Gregor Kalisnik, Filip Brcic, Igor Stepin and Jan Mette", I18N_NOOP("... for their patches")); about.addCredit("Ain, Itai, Ivan, Jannick, Stephane, Patrice, Piotr, Stefano and Power On", I18N_NOOP("... for their translations")); |