[cairo-commit] [cairo-www] src/FAQ.mdwn
Carl Worth
cworth at freedesktop.org
Wed Nov 14 10:00:52 PST 2007
src/FAQ.mdwn | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 34bb28c3dce778c1b8681a5c670a206c59c1e0df
Author: Carl Worth <cworth at cworth.org>
Date: Wed Nov 14 10:06:20 2007 -0800
Fix typo
diff --git a/src/FAQ.mdwn b/src/FAQ.mdwn
index 9e428bd..7dd449c 100644
--- a/src/FAQ.mdwn
+++ b/src/FAQ.mdwn
@@ -58,7 +58,7 @@ Create a file called `hello.c` containing
You will need to instruct the compiler where to find the cairo.h file,
(generally something like `-I /usr/include/cairo`), and tell the
-linker where to find the cairo library and to linke with it, (often
+linker where to find the cairo library and to link with it, (often
something like `-L /usr/lib -lcairo`).
But the exact flags and paths will depend on your compiler and your
More information about the cairo-commit
mailing list