tests: Fix typo "evnironment"

Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
Reviewed-by: Marek Chalupa <mchqwerty@gmail.com>
This commit is contained in:
Bryce Harrington 2015-01-09 16:05:11 -08:00
parent 284da98a3c
commit 2eeb2cbc52

View File

@ -50,7 +50,7 @@ int leak_check_enabled;
/* when this var is set to 0, every call to test_set_timeout() is
* suppressed - handy when debugging the test. Can be set by
* WAYLAND_TEST_NO_TIMEOUTS evnironment var */
* WAYLAND_TEST_NO_TIMEOUTS environment variable. */
static int timeouts_enabled = 1;
/* set to one if the output goes to the terminal */