diff mbox

[1/2] Fix typo in the tutorial.

Message ID 1255641949-17558-3-git-send-email-eric@anholt.net (mailing list archive)
State Accepted
Headers show

Commit Message

Eric Anholt Oct. 15, 2009, 9:25 p.m. UTC
None
diff mbox

Patch

diff --git a/doc/tutorial/index.html b/doc/tutorial/index.html
index c540426..5824807 100644
--- a/doc/tutorial/index.html
+++ b/doc/tutorial/index.html
@@ -173,7 +173,7 @@ 
       with the <a href="http://xcb.freedesktop.org">XCB</a>
       library. keep in mind that XCB, like the
       <a href="http://tronche.com/gui/x/xlib/introduction">Xlib</a>
-      library, isn't what post programmers wanting to write X
+      library, isn't what most programmers wanting to write X
       applications are looking for. They should use a much higher
       level GUI toolkit like Motif,
       <a href="http://www.lesstif.org">LessTiff</a>,