mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
minor spelling changes
This commit is contained in:
parent
054a3fccf8
commit
0b8011436d
114 changed files with 152 additions and 152 deletions
|
@ -144,9 +144,9 @@ Function Get-RegistryValueIgnoreError
|
|||
}
|
||||
}
|
||||
catch
|
||||
{
|
||||
{
|
||||
$exceptionText = ($_ | Out-String).Trim()
|
||||
Write-Verbose "Exception occured in Get-RegistryValueIgnoreError: $exceptionText"
|
||||
Write-Verbose "Exception occurred in Get-RegistryValueIgnoreError: $exceptionText"
|
||||
}
|
||||
return $null
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue