[Scummvm-git-logs] scummvm-tools master -> e3aa8d9633c07f8f96c50c8cdd4f22af7cf1b3af

bonki bonki at users.noreply.github.com
Sat Apr 28 23:50:10 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .

Summary:
e3aa8d9633 JANITORIAL: Fix typos


Commit: e3aa8d9633c07f8f96c50c8cdd4f22af7cf1b3af
    https://github.com/scummvm/scummvm-tools/commit/e3aa8d9633c07f8f96c50c8cdd4f22af7cf1b3af
Author: Adrian Frühwirth (bonki at users.noreply.github.com)
Date: 2018-04-28T23:49:32+02:00

Commit Message:
JANITORIAL: Fix typos

Changed paths:
    gui/pages.cpp


diff --git a/gui/pages.cpp b/gui/pages.cpp
index 025fa50..a9d0102 100644
--- a/gui/pages.cpp
+++ b/gui/pages.cpp
@@ -697,7 +697,7 @@ wxString ChooseOutPage::getHelp() {
 	return wxT("Select the output path.\t\nIn most cases it's enough to select an output ")
 		wxT("directory, and the tool will fill it with files.\nIf you must supply a file, ")
 		wxT("the filename is not important.\nOther files in the directory will be overwritten ")
-		wxT("without warnings the user.");
+		wxT("without warnings.");
 }
 
 void ChooseOutPage::onNext(wxWindow *panel) {
@@ -849,7 +849,7 @@ void ChooseAudioFormatPage::onNext(wxWindow *panel) {
 	} else {
 
 		// For MP3 we check if the lame path is valid otherwise we let the choice
-		// tp the user to either change the audio format or to go to the MP3
+		// to the user to either change the audio format or to go to the MP3
 		// options page (to set the lame path).
 		if (
 			format->GetStringSelection() == wxT("MP3") &&





More information about the Scummvm-git-logs mailing list