Skip to content

Commit

Permalink
Fix typoes
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Jun 12, 2017
1 parent 2c29d55 commit 56e6aa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/DialogAbout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 56e6aa4

Please sign in to comment.