[Xcb-commit] tutorial.mdwn

XCB site xcb at freedesktop.org
Sun Mar 16 10:15:11 PDT 2008


 tutorial.mdwn |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2c8bdb132c010fa2947a58f1564a8df8983ba1b0
Author: XCB site <xcb at freedesktop.org>
Date:   Sun Mar 16 10:15:09 2008 -0700

    web commit by gavinbeatty: typo variable name in xlib vs. xcb poor vs. xcb good code example

diff --git a/tutorial.mdwn b/tutorial.mdwn
index beff710..d2b8e1b 100644
--- a/tutorial.mdwn
+++ b/tutorial.mdwn
@@ -217,7 +217,7 @@ Here is a program that computes the time to create 500 atoms with Xlib and XCB.
 
 			/* do tests */
 	
-			double start, XlibTime, XCBBadTime, XCBGootTime;
+			double start, XlibTime, XCBBadTime, XCBGoodTime;
 
 
 			/* test Xlib */


More information about the xcb-commit mailing list