mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Typo correction.
This commit is contained in:
@@ -135,7 +135,7 @@ namespace DiscImageChef.Gui
|
|||||||
.ThenBy(d => d.Model))
|
.ThenBy(d => d.Model))
|
||||||
{
|
{
|
||||||
DicConsole.DebugWriteLine("Main window",
|
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);
|
device.Model, device.Vendor, device.Bus, device.Path);
|
||||||
devicesRoot.Children.Add(new TreeGridItem
|
devicesRoot.Children.Add(new TreeGridItem
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user