Browse code

integ-cli: Typo fix in test_vars_* comments.

Signed-off-by: Ahmet Alp Balkan <ahmetb@microsoft.com>

Ahmet Alp Balkan authored on 2015/02/21 02:35:32
Showing 2 changed files
... ...
@@ -3,6 +3,6 @@
3 3
 package main
4 4
 
5 5
 const (
6
-	// idetifies if test suite is running on a unix platform
6
+	// identifies if test suite is running on a unix platform
7 7
 	isUnixCli = true
8 8
 )
... ...
@@ -3,6 +3,6 @@
3 3
 package main
4 4
 
5 5
 const (
6
-	// idetifies if test suite is running on a unix platform
6
+	// identifies if test suite is running on a unix platform
7 7
 	isUnixCli = false
8 8
 )