mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -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}" ) {
|
if ( Test-Path -Path "${target}" ) {
|
||||||
Write-Host "${target} alreay exist."
|
Write-Host "${target} already exists."
|
||||||
Write-Host "Now Backup.."
|
Write-Host "Now making a backup.."
|
||||||
Copy-Auto "${target}" "${target}.bak"
|
Copy-Auto "${target}" "${target}.bak"
|
||||||
Remove-Item "${target}" -Recurse -Force
|
Remove-Item "${target}" -Recurse -Force
|
||||||
Write-Host ""
|
Write-Host ""
|
||||||
|
|
@ -162,8 +162,8 @@ function Move-Auto() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( Test-Path -Path "${target}" ) {
|
if ( Test-Path -Path "${target}" ) {
|
||||||
Write-Host "${target} alreay exist."
|
Write-Host "${target} already exists."
|
||||||
Write-Host "Now Backup.."
|
Write-Host "Now making a backup.."
|
||||||
Move-Auto "${target}" "${target}.bak"
|
Move-Auto "${target}" "${target}.bak"
|
||||||
Write-Host ""
|
Write-Host ""
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue