Skip to content

Commit 318a3ce

Browse files
authored
Tiny ExitCode spelling error fixes (#250)
***NO_CI***
1 parent 527e3d0 commit 318a3ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nanoFirmwareFlasher.Library/ExitCodes.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public enum ExitCodes
3636
E1002 = 1002,
3737

3838
/// <summary>
39-
/// Error flashing DFU dvice
39+
/// Error flashing DFU device
4040
/// </summary>
4141
[Display(Name = "Error flashing DFU device.")]
4242
E1003 = 1003,
@@ -56,7 +56,7 @@ public enum ExitCodes
5656
/// <summary>
5757
/// Failed to start execution on the connected device.
5858
/// </summary>
59-
[Display(Name = "Failed to start execition on the connected device.")]
59+
[Display(Name = "Failed to start execution on the connected device.")]
6060
E1006 = 1006,
6161

6262
///////////////////////
@@ -318,7 +318,7 @@ public enum ExitCodes
318318
/// <summary>
319319
/// CLR image file has wrong format. It has to be a binary file.
320320
/// </summary>
321-
[Display(Name = "CLR image file has wrong format.It has to be a binary file.")]
321+
[Display(Name = "CLR image file has wrong format. It has to be a binary file.")]
322322
E9012 = 9012,
323323

324324
/// <summary>

0 commit comments

Comments
 (0)