Skip to content

Commit

Permalink
Correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
emoacht committed May 18, 2021
1 parent dafcc87 commit e49f8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/HelloSwitcher.Core/Models/PnpUtility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public CameraItem(IEnumerable<string> lines)

// If ths OS's culture is a specific cultures (de-DE, fr-FR, es-ES, it-IT ...),
// PnPUtil will produce language-specific outputs rather than English ones
// even if the code pase is set to en-US. In such case, rely on index number.
// even if the code page is set to en-US. In such case, rely on index number.
switch (index)
{
case 0: DeviceInstanceId = value; break;
Expand Down

0 comments on commit e49f8cc

Please sign in to comment.