Skip to content

Commit

Permalink
Fix spelling of PC/SC (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
NitemareReal committed Apr 27, 2023
1 parent 3aabe9e commit a1e7232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhpManager/private/Get-PhpExtensionHandle.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'advanced php debugger (apd)' { $handle = 'apd' }
'nt user api' { $handle = 'ntuser' }
'the ioncube php loader' { $handle = 'ioncube_loader' }
'ps/sc' { $handle = 'pssc' }
'pc/sc' { $handle = 'pcsc' }
default {
$replaced = $handle -replace '\s+', '_'
if (-Not($replaced -match '^[a-z0-9][a-z0-9_\-]+$')) {
Expand Down

0 comments on commit a1e7232

Please sign in to comment.