mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
integ-cli: Typo fix in test_vars_* comments.
Signed-off-by: Ahmet Alp Balkan <ahmetb@microsoft.com>
This commit is contained in:
parent
492a58f05f
commit
5d615dff10
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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue