From 2eeb2cbc52e0729c78e8dde49d9d80f8faca1d6c Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Fri, 9 Jan 2015 16:05:11 -0800 Subject: [PATCH] tests: Fix typo "evnironment" Signed-off-by: Bryce Harrington Reviewed-by: Marek Chalupa --- tests/test-runner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-runner.c b/tests/test-runner.c index 753617f..9abf22f 100644 --- a/tests/test-runner.c +++ b/tests/test-runner.c @@ -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 */ -- 2.7.4