File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
nanoFirmwareFlasher.Library Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments