From cf604518a52d8f2c8dcd57213dbe006dca4432ca Mon Sep 17 00:00:00 2001 From: artemp Date: Wed, 25 May 2016 13:08:20 +0200 Subject: [PATCH] fix typo --- test/visual/run.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/visual/run.cpp b/test/visual/run.cpp index 9b6ae879f..587727906 100644 --- a/test/visual/run.cpp +++ b/test/visual/run.cpp @@ -210,7 +210,7 @@ int main(int argc, char** argv) } catch (std::exception & e) { - std::cerr << "Error runnig tests: " << e.what() << std::endl; + std::cerr << "Error running tests: " << e.what() << std::endl; return 1; }