mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-06 14:52:34 +02:00
Typo Comit -> Commit
This commit is contained in:
parent
bf7799e90c
commit
f26478f75d
@ -69,7 +69,7 @@ const wxString VerCheckArgs(){
|
||||
|
||||
wxString result = wxString("from_ver=") + AUDACITY_VERSION_STRING;
|
||||
#ifdef REV_LONG
|
||||
result += wxString("&ComitId=")+wxString(REV_LONG).Left(6);
|
||||
result += wxString("&CommitId=")+wxString(REV_LONG).Left(6);
|
||||
#endif
|
||||
result += wxString("&Time=") + wxString( __DATE__ ) + wxString( __TIME__ );
|
||||
result.Replace(" ","");
|
||||
|
Loading…
x
Reference in New Issue
Block a user