Typo correction.

This commit is contained in:
2018-08-28 21:58:03 +01:00
parent dcfe4b21a0
commit b89023507d

View File

@@ -135,7 +135,7 @@ namespace DiscImageChef.Gui
.ThenBy(d => d.Model))
{
DicConsole.DebugWriteLine("Main window",
"Found support device model {0} by manufacturer {1} on bus {2} and path {3}",
"Found supported device model {0} by manufacturer {1} on bus {2} and path {3}",
device.Model, device.Vendor, device.Bus, device.Path);
devicesRoot.Children.Add(new TreeGridItem
{