From 50d77141e8fc884396a1a143d40b4be7a1513a2f Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Mon, 10 Aug 2009 16:12:51 +0100 Subject: llvmpipe: Fix typo. --- src/gallium/drivers/llvmpipe/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/llvmpipe/README b/src/gallium/drivers/llvmpipe/README index 41e83403f9..afa9cbaf3e 100644 --- a/src/gallium/drivers/llvmpipe/README +++ b/src/gallium/drivers/llvmpipe/README @@ -46,8 +46,8 @@ Using Building will create a drop-in alternative for libGL.so. To use it set the environment variables: - export LD_LIRBARY_PATH=$PWD/build/linux-x86-debug/lib:$LD_LIRBARY_PATH - export LD_LIRBARY_PATH=$PWD/build/linux-x86_64-debug/lib:$LD_LIRBARY_PATH + export LD_LIBRARY_PATH=$PWD/build/linux-x86-debug/lib:$LD_LIBRARY_PATH + export LD_LIBRARY_PATH=$PWD/build/linux-x86_64-debug/lib:$LD_LIBRARY_PATH Unit testing -- cgit v1.2.3