From b62b690ccf8ab9300b4ddea4d1d44661a7478cf4 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 25 Jul 2017 22:26:25 -0400 Subject: [PATCH] spelling: consuming --- README-hacking | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-hacking b/README-hacking index 4b92fcdd..b604ba95 100644 --- a/README-hacking +++ b/README-hacking @@ -194,7 +194,7 @@ To run just the testsuite (not the tests related to the examples), run `make check-local`. The default is for make check-local to run all tests sequentially. This can -be very time consumming when checking repeatedly or on slower setups. This +be very time consuming when checking repeatedly or on slower setups. This can be sped up in two ways: Using -j, in a make-like fashion, for example: