[PATCH] test: Fix a couple of typos in documentation.

Bryce Harrington bryce at canonical.com
Tue Nov 29 18:49:24 PST 2011


Signed-off-by: Bryce Harrington <bryce at canonical.com>
---
 test/README |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/test/README b/test/README
index 5759a72..59b1f47 100644
--- a/test/README
+++ b/test/README
@@ -15,8 +15,9 @@ of the X server. Unless the test suite replicates the expected state, which
 may be difficult.
 
 = How to run the tests =
-Run "make check" the test directory. This will compile the tests and execute
-them in the order specified in the TESTS variable in test/Makefile.am.
+Run "make check" in the test directory. This will compile the tests and
+execute them in the order specified in the TESTS variable in
+test/Makefile.am.
 
 Each set of tests related to a subsystem are available as a binary that can be
 executed directly. For example, run "xkb" to perform some xkb-related tests.
@@ -24,7 +25,7 @@ executed directly. For example, run "xkb" to perform some xkb-related tests.
 == Adding a new test ==
 When adding a new test, ensure that you add a short description of what the
 test does and what the expected outcome is. If the test reproduces a
-particular bug, using g_test_bug().
+particular bug, use g_test_bug().
 
 == Misc ==
 
-- 
1.7.4.1



More information about the xorg-devel mailing list