Typos fixed
Kartik Thakore [Fri, 30 Oct 2009 17:03:56 +0000 (13:03 -0400)]
t/core_video.t

index 445492c..81001ef 100644 (file)
@@ -9,7 +9,7 @@ use Data::Dumper;
 use Test::More;
 use SDL::Rect;
 
-plan ( tests => 19 );
+plan ( tests => 21 );
 
 use_ok( 'SDL::Video' ); 
 
@@ -116,7 +116,6 @@ is( SDL::Video::map_RGBA($hwdisplay->format, 10, 10 ,10, 10) > 0, 1, '[map_RGBA]
 
 my @left = qw/
        get_gamma_ramp
-       map_RGBA
        get_RGB
        get_RGBA
        create_RGB_surface_from