mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-05 18:20:44 -08:00
Fix typos and small grammar change
This commit is contained in:
parent
beb2e085b4
commit
52ccc3b06c
1 changed files with 4 additions and 4 deletions
|
|
@ -138,8 +138,8 @@ function Copy-Auto() {
|
|||
}
|
||||
|
||||
if ( Test-Path -Path "${target}" ) {
|
||||
Write-Host "${target} alreay exist."
|
||||
Write-Host "Now Backup.."
|
||||
Write-Host "${target} already exists."
|
||||
Write-Host "Now making a backup.."
|
||||
Copy-Auto "${target}" "${target}.bak"
|
||||
Remove-Item "${target}" -Recurse -Force
|
||||
Write-Host ""
|
||||
|
|
@ -162,8 +162,8 @@ function Move-Auto() {
|
|||
}
|
||||
|
||||
if ( Test-Path -Path "${target}" ) {
|
||||
Write-Host "${target} alreay exist."
|
||||
Write-Host "Now Backup.."
|
||||
Write-Host "${target} already exists."
|
||||
Write-Host "Now making a backup.."
|
||||
Move-Auto "${target}" "${target}.bak"
|
||||
Write-Host ""
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue