Skip to content

Commit e49f8cc

Browse files
committed
Correct comment
1 parent dafcc87 commit e49f8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/HelloSwitcher.Core/Models/PnpUtility.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public CameraItem(IEnumerable<string> lines)
6363

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

0 commit comments

Comments
 (0)