From patchwork Thu Oct 15 21:25:47 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Anholt X-Patchwork-Id: 54108 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n9FLQ0dY011148 for ; Thu, 15 Oct 2009 21:26:00 GMT Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4B81FA09AC; Thu, 15 Oct 2009 14:25:59 -0700 (PDT) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from kingsolver.anholt.net (71-20-254-182.war.clearwire-wmx.net [71.20.254.182]) by gabe.freedesktop.org (Postfix) with ESMTP id 843499E7B4; Thu, 15 Oct 2009 14:25:54 -0700 (PDT) Received: from gaiman.anholt.net (localhost [127.0.0.1]) by kingsolver.anholt.net (Postfix) with ESMTP id 32B2F2C9C0E8; Thu, 15 Oct 2009 14:25:54 -0700 (PDT) Received: by gaiman.anholt.net (Postfix, from userid 1000) id 300901621AD; Thu, 15 Oct 2009 14:25:54 -0700 (PDT) From: Eric Anholt To: intel-gfx@lists.freedesktop.org Date: Thu, 15 Oct 2009 14:25:47 -0700 Message-Id: <1255641949-17558-3-git-send-email-eric@anholt.net> X-Mailer: git-send-email 1.6.4.3 In-Reply-To: <1255641949-17558-2-git-send-email-eric@anholt.net> References: <1255641949-17558-1-git-send-email-eric@anholt.net> <1255641949-17558-2-git-send-email-eric@anholt.net> Cc: xcb@lists.freedesktop.org Subject: [Intel-gfx] [PATCH 1/2] Fix typo in the tutorial. X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.9 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: intel-gfx-bounces@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org 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 XCB library. keep in mind that XCB, like the Xlib - 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, LessTiff,