Fix spelling in Clutter Cookbook: ouest -> west

This commit is contained in:
Kerrick Staley
2011-12-29 03:15:05 -06:00
committed by Emmanuele Bassi
parent 5c9c5d24b2
commit 4360fcccf4
3 changed files with 15 additions and 15 deletions

View File

@@ -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,