1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-06 23:02:42 +02:00

Typo Comit -> Commit

This commit is contained in:
James Crook 2017-02-26 18:04:43 +00:00
parent bf7799e90c
commit f26478f75d

View File

@ -69,7 +69,7 @@ const wxString VerCheckArgs(){
wxString result = wxString("from_ver=") + AUDACITY_VERSION_STRING; wxString result = wxString("from_ver=") + AUDACITY_VERSION_STRING;
#ifdef REV_LONG #ifdef REV_LONG
result += wxString("&ComitId=")+wxString(REV_LONG).Left(6); result += wxString("&CommitId=")+wxString(REV_LONG).Left(6);
#endif #endif
result += wxString("&Time=") + wxString( __DATE__ ) + wxString( __TIME__ ); result += wxString("&Time=") + wxString( __DATE__ ) + wxString( __TIME__ );
result.Replace(" ",""); result.Replace(" ","");