summaryrefslogtreecommitdiff
path: root/gdk/gdktexture.c
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2020-06-18 10:47:16 +0300
committerYuri Chornoivan <yurchor@ukr.net>2020-06-18 10:47:16 +0300
commitc0cf839729f98a5920ce930c39bae80a30946a42 (patch)
tree737b0ebbbf40763f686bf1b48b95d597fe4ddc56 /gdk/gdktexture.c
parent2a51d4fba895f8ec05e15d6bd4849fdcbb03d579 (diff)
downloadgtk+-c0cf839729f98a5920ce930c39bae80a30946a42.tar.gz
Fix minor typos
Diffstat (limited to 'gdk/gdktexture.c')
-rw-r--r--gdk/gdktexture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdktexture.c b/gdk/gdktexture.c
index 3961a57f3a..a6db7d5e17 100644
--- a/gdk/gdktexture.c
+++ b/gdk/gdktexture.c
@@ -375,7 +375,7 @@ gdk_texture_new_from_resource (const char *resource_path)
* Creates a new texture by loading an image from a file. The file format is
* detected automatically. If %NULL is returned, then @error will be set.
*
- * Return value: A newly-created #GdkTexture or %NULL if an error occured.
+ * Return value: A newly-created #GdkTexture or %NULL if an error occurred.
**/
GdkTexture *
gdk_texture_new_from_file (GFile *file,