mirror of
https://github.com/brl/mutter.git
synced 2025-08-04 07:34:53 +00:00
Fix spelling in Clutter Cookbook: ouest -> west
This commit is contained in:

committed by
Emmanuele Bassi

parent
5c9c5d24b2
commit
4360fcccf4
@@ -27,7 +27,7 @@ main (int argc, char **argv)
|
||||
texture = clutter_texture_get_cogl_texture (CLUTTER_TEXTURE (image));
|
||||
|
||||
/* Create a new Cogl texture from the handle above. That new texture is a
|
||||
* rectangular region from image, more precisely the north ouest corner
|
||||
* rectangular region from image, more precisely the northwest corner
|
||||
* of the image */
|
||||
sub_texture = cogl_texture_new_from_sub_texture (texture,
|
||||
0, 0,
|
||||
|
Reference in New Issue
Block a user