From 56e6aa411f7440eb675e8cda2dabed9431f9fcd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81?= Date: Mon, 12 Jun 2017 15:36:42 +0800 Subject: [PATCH] Fix typoes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ๆž—ๅšไป --- README.md | 2 +- src/DialogAbout.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e383831..187313d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Choose one of the following method: * Cloning WinUSB+'s Git repository to local machine using `git clone https://github.com/slacka/WinUSB.git` ### Setting application version string -This step is required for generating proper version name from Git tags, it should be redo if the version is changed +This step is required for generating proper version name from Git tags, it should be redone if the version is changed ```shell $ ./setup-development-environment.bash diff --git a/src/DialogAbout.cpp b/src/DialogAbout.cpp index e3e0eb0..06b2a17 100755 --- a/src/DialogAbout.cpp +++ b/src/DialogAbout.cpp @@ -54,7 +54,7 @@ DialogAbout::DialogAbout( wxWindow* parent, wxWindowID id, const wxString& title // FIXME: Unable to make this page default // FIXME: Unable to show whole logo image - m_NotebookAutorLicence->AddPage(new PanelNoteBookAutors(m_NotebookAutorLicence, wxID_ANY, _T("slacka et. al."), _T("data/winusb+-logo.png"), _T("github.com/slacka/WinUSBplus")), _("Authors"), true); + m_NotebookAutorLicence->AddPage(new PanelNoteBookAutors(m_NotebookAutorLicence, wxID_ANY, _T("slacka et al."), _T("data/winusb+-logo.png"), _T("github.com/slacka/WinUSBplus")), _("Authors"), true); m_NotebookAutorLicence->AddPage(new PanelNoteBookAutors(m_NotebookAutorLicence, wxID_ANY, _T("Colin GILLE / Congelli501"), _T("data/c501-logo.png"), _T("www.congelli.eu")), _("Original WinUSB Developer"), true);