diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-12-20 16:56:14 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-12-20 16:56:14 +0100 |
commit | 4f28614777a5dec5de5cafacd640f5b50180acaa (patch) | |
tree | 2d1a8e0186e520924f4d01bf8a4979e43955f934 /README | |
parent | fd6c66c4a2ad2b13cd56dc93c4cbf3a56bc0b3a8 (diff) |
README: Fix spelling fail
Thanks to Jani for spotting this.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -42,11 +42,11 @@ tests/ To avoid some hassles with piglit's use of Waffle just disable it. Run - piglit-soruces $ cmake -D PIGLIT_USE_WAFFLE=OFF . + piglit-sources $ cmake -D PIGLIT_USE_WAFFLE=OFF . With - piglit-soruces $ ccmake . + piglit-sources $ ccmake . you can check your configuration with a curses interface, too. |