* fix duplicated 'the'

* fix typo found by misspell
This commit is contained in:
Kenshi Kamata
2019-08-28 02:55:09 +09:00
committed by Aaron Schlesinger
parent 054edde824
commit 667b9fdf65
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Execute end-to-end (e2e) tests to verify that everything is working right
# from the end user perpsective
# from the end user perspective
$repoDir = Join-Path $PSScriptRoot ".." | Join-Path -ChildPath ".."
if (-not (Test-Path env:GO_BINARY_PATH)) { $env:GO_BINARY_PATH = "go" }