Correcting typos in appveyor/scripts/installNVDA.ps1 (#13466)
While working with installNVDA.ps1, I noticed that the variable:
$installerLogFilePathToUpload
was being spelled:
$installlerLogFilePathToUpload
Since I was fixing that, I also corrected a typo in a comment.
Description of how this pull request fixes the issue:
Corrected the spelling of the variable name in all three uses, by removing the first "l".