integ-cli: Typo fix in test_vars_* comments.

Signed-off-by: Ahmet Alp Balkan <ahmetb@microsoft.com>
This commit is contained in:
Ahmet Alp Balkan 2015-02-20 09:35:32 -08:00
parent 492a58f05f
commit 5d615dff10
2 changed files with 2 additions and 2 deletions

View File

@ -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
)

View File

@ -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
)