]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: fix a typo in hacking.html.in
authorWangrui (K) <moon.wangrui@huawei.com>
Tue, 10 Jun 2014 09:18:02 +0000 (09:18 +0000)
committerEric Blake <eblake@redhat.com>
Tue, 10 Jun 2014 14:53:03 +0000 (08:53 -0600)
Signed-off-by: Wang Rui <moon.wangrui@huawei.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
HACKING
docs/hacking.html.in

diff --git a/HACKING b/HACKING
index 586b960c42213023ba39163854905f0939161001..ac3e9d7f9737915f77caf6f0f6abb46e81ad2f6d 100644 (file)
--- 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:
index b2ef85a755e10614e390e3f27a015e1f8b29c8d8..9c6dd2682020736d01e41eee1269f37d2b79ee2d 100644 (file)
           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: