integ-cli: Typo fix in test_vars_* comments.

Signed-off-by: Ahmet Alp Balkan <ahmetb@microsoft.com>
Upstream-commit: 5d615dff10f31ea6bf77a1233b1821b0e525e456
Component: engine
This commit is contained in:
Ahmet Alp Balkan
2015-02-20 09:51:10 -08:00
parent 105231e146
commit 117a5aaace
2 changed files with 2 additions and 2 deletions
@@ -3,6 +3,6 @@
package main
const (
// idetifies if test suite is running on a unix platform
// identifies if test suite is running on a unix platform
isUnixCli = true
)
@@ -3,6 +3,6 @@
package main
const (
// idetifies if test suite is running on a unix platform
// identifies if test suite is running on a unix platform
isUnixCli = false
)