mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-13 14:13:32 +02:00
Fix minor typos (#720)
Co-authored-by: freddii <https://freddii@github.com>
This commit is contained in:
@@ -332,7 +332,7 @@ bool MP3ImportFileHandle::Open()
|
||||
return false;
|
||||
}
|
||||
|
||||
// Get the legnth of the file
|
||||
// Get the length of the file
|
||||
mFileLen = mFile.Seek(0, wxFromEnd);
|
||||
if (mFileLen == wxInvalidOffset || mFile.Error())
|
||||
{
|
||||
|
Reference in New Issue
Block a user