From 4f28614777a5dec5de5cafacd640f5b50180acaa Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Fri, 20 Dec 2013 16:56:14 +0100 Subject: [PATCH] README: Fix spelling fail Thanks to Jani for spotting this. Signed-off-by: Daniel Vetter --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index f108b208..79653f5c 100644 --- a/README +++ b/README @@ -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.