minor typo fix

This commit is contained in:
David Refoua 2018-03-31 00:03:39 +04:30 committed by GitHub
parent d6569192fc
commit 94e7c24b72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,7 @@ if($Compile) {
else {
Write-Verbose "successfully built Cmder v$version!"
if ( $Env:APPVEYOR -eq 'True' ) {
Add-AppveyorMessage -Message "Building Cmder v$version was successfull." -Category Information
Add-AppveyorMessage -Message "Building Cmder v$version was successful." -Category Information
}
}
Pop-Location