Differences
This shows you the differences between the selected revisions of the page.
2018-07-05 | 2018-07-05 | ||
c# code (martin) | typo (martin) | ||
Line 78: | Line 78: | ||
if (-not ($name -like "*$aesCtrExt")) | if (-not ($name -like "*$aesCtrExt")) | ||
{ | { | ||
- | throw "$name has not a know encrypted file extension [$aesCtrExt]" | + | throw "$name has not a known encrypted file extension [$aesCtrExt]" |
} | } | ||