From 350f816a003d967f06cd5fe0a8b4dfe2a675a2a0 Mon Sep 17 00:00:00 2001 From: "Wangrui (K)" Date: Tue, 10 Jun 2014 09:18:02 +0000 Subject: [PATCH] docs: fix a typo in hacking.html.in Signed-off-by: Wang Rui Signed-off-by: Eric Blake --- HACKING | 2 +- docs/hacking.html.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING b/HACKING index 586b960c42..ac3e9d7f97 100644 --- a/HACKING +++ b/HACKING @@ -109,7 +109,7 @@ issues, such as leaks or use of uninitialized variables. Some tests are skipped by default in a development environment, based on the time they take in comparison to the likelihood that those tests will turn up -problems during incremental builds. These tests default to being run when when +problems during incremental builds. These tests default to being run when building from a tarball or with the configure option --enable-expensive-tests; you can also force a one-time toggle of these tests by setting VIR_TEST_EXPENSIVE to 0 or 1 at make time, as in: diff --git a/docs/hacking.html.in b/docs/hacking.html.in index b2ef85a755..9c6dd26820 100644 --- a/docs/hacking.html.in +++ b/docs/hacking.html.in @@ -122,7 +122,7 @@ Some tests are skipped by default in a development environment, based on the time they take in comparison to the likelihood that those tests will turn up problems during incremental builds. - These tests default to being run when when building from a + These tests default to being run when building from a tarball or with the configure option --enable-expensive-tests; you can also force a one-time toggle of these tests by setting VIR_TEST_EXPENSIVE to 0 or 1 at make time, as in: