summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2010-07-12 07:41:51 -0700
committerAaron Plattner <aplattner@nvidia.com>2010-07-12 08:02:21 -0700
commit42b5e5de4e1b449041a6327d325b1aa929146848 (patch)
tree969bd35bd82855ae37051f2077aef0027cce3c91
parent45fbb451fe208ea598598574c94ec7f2adaf84d6 (diff)
Fix a typo in the README.
"It is not be necessary". I did notice that some of the tests, such as XCreateGlyphCursor, fail with UNRESOLVED because XT_FONTPATH is "../xts5/fonts" so the server can't find the font files. I still need to figure out why that's happening. The test runs fine if the suite is installed, or if I modify tetexec.cfg to contain the absolute path to the fonts. Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index a756aa61..c74b17a8 100644
--- a/README
+++ b/README
@@ -38,7 +38,7 @@ The build and install are now straightforward:
$ make
$ make install
-It is not be necessary to install the suite. Tests may be run from the build
+It is not necessary to install the suite. Tests may be run from the build
directories.
Running the Tests