fix "Finsihed" to "Finished".

Line 365- changed "Finsihed" to "Finished".
This commit is contained in:
hama3254 2020-08-27 14:44:38 +02:00
parent c6a940d3c0
commit 019312a15f
7 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -362,7 +362,7 @@ Public Class CRD_List_Item
ElseIf InStr(e.Data, "muxing overhead:") Then
Me.Invoke(New Action(Function()
Dim Done As String() = Label_percent.Text.Split(New String() {"MB"}, System.StringSplitOptions.RemoveEmptyEntries)
Label_percent.Text = "Finsihed - " + Done(0) + "MB"
Label_percent.Text = "Finished - " + Done(0) + "MB"
Return Nothing
End Function))
End If