Index: /libcaca/trunk/caca-php/examples/dithering.php
===================================================================
--- /libcaca/trunk/caca-php/examples/dithering.php	(revision 3123)
+++ /libcaca/trunk/caca-php/examples/dithering.php	(revision 3124)
@@ -8,5 +8,5 @@
 $canvas = caca_create_canvas(0, 0);
 $display = caca_create_display($canvas);
-if (!$dither) 
+if (!$display) 
 	die("Can not create display.\n");
 
