Fix a typo.
2001-08-06 Kjartan Maraas <kmaraas@gnome.org> * gdk-pixdata.c: Fix a typo.
This commit is contained in:
		
				
					committed by
					
						
						Kjartan Maraas
					
				
			
			
				
	
			
			
			
						parent
						
							29d11da8c6
						
					
				
				
					commit
					4de796f086
				
			@ -1,3 +1,7 @@
 | 
				
			|||||||
 | 
					2001-08-06  Kjartan Maraas  <kmaraas@gnome.org>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* gdk-pixdata.c: Fix a typo.
 | 
				
			||||||
 | 
						
 | 
				
			||||||
2001-07-30  Hans Breuer  <hans@breuer.org>
 | 
					2001-07-30  Hans Breuer  <hans@breuer.org>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* pixops/makefile.msc : new file
 | 
						* pixops/makefile.msc : new file
 | 
				
			||||||
 | 
				
			|||||||
@ -375,7 +375,7 @@ gdk_pixbuf_from_pixdata (const GdkPixdata *pixdata,
 | 
				
			|||||||
	{
 | 
						{
 | 
				
			||||||
	  g_set_error (error, GDK_PIXBUF_ERROR,
 | 
						  g_set_error (error, GDK_PIXBUF_ERROR,
 | 
				
			||||||
		       GDK_PIXBUF_ERROR_INSUFFICIENT_MEMORY,
 | 
							       GDK_PIXBUF_ERROR_INSUFFICIENT_MEMORY,
 | 
				
			||||||
		       _("failed to allocate imagge buffer of %u bytes"),
 | 
							       _("failed to allocate image buffer of %u bytes"),
 | 
				
			||||||
		       pixdata->rowstride * pixdata->height);
 | 
							       pixdata->rowstride * pixdata->height);
 | 
				
			||||||
	  return NULL;
 | 
						  return NULL;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user