Skip to content

Commit

Permalink
Typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioFPVdev authored and MarioFPVdev committed Sep 6, 2024
1 parent f4d0b11 commit 54a2be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configurator.vb
Original file line number Diff line number Diff line change
Expand Up @@ -2522,7 +2522,7 @@ err1:
End Sub

Private Sub btnSaveReboot_Click(sender As Object, e As EventArgs) Handles btnSaveReboot.Click
Dim vdecconf As String = "vdev.conf"
Dim vdecconf As String = "vdec.conf"
If Not IO.File.Exists(vdecconf) Then
System.IO.File.Create(vdecconf).Dispose()
Dim fileExists As Boolean = File.Exists(vdecconf)
Expand Down

0 comments on commit 54a2be4

Please sign in to comment.