From b89023507d154d3d3644aefeb487edbef854c8cc Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Tue, 28 Aug 2018 21:58:03 +0100 Subject: [PATCH] Typo correction. --- DiscImageChef.Gui/frmMain.xeto.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DiscImageChef.Gui/frmMain.xeto.cs b/DiscImageChef.Gui/frmMain.xeto.cs index b7da8ec99..2bd3cbbb4 100644 --- a/DiscImageChef.Gui/frmMain.xeto.cs +++ b/DiscImageChef.Gui/frmMain.xeto.cs @@ -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 {