diff options
author | Björn Daase <bjoern@daase.net> | 2020-08-21 14:41:13 +0200 |
---|---|---|
committer | Björn Daase <bjoern@daase.net> | 2020-08-21 15:29:34 +0200 |
commit | 6315cd977c2541f6f76cc81dfd47fc228bb3aa5e (patch) | |
tree | 29556ecd7c9ed1ad2342b5dd2546270a70f857d0 /gtk/gtkiconcache.c | |
parent | bb8c818ba14ffde882f31359e09efd6e9215c593 (diff) | |
download | gtk+-6315cd977c2541f6f76cc81dfd47fc228bb3aa5e.tar.gz |
*: Fix spelling mistakes found by codespell
Diffstat (limited to 'gtk/gtkiconcache.c')
-rw-r--r-- | gtk/gtkiconcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkiconcache.c b/gtk/gtkiconcache.c index 61c1b7bb0f..061b66f1cc 100644 --- a/gtk/gtkiconcache.c +++ b/gtk/gtkiconcache.c @@ -95,7 +95,7 @@ gtk_icon_cache_new_for_path (const char *path) if (g_stat (cache_filename, &st) < 0 || st.st_size < 4) goto done; - /* Verify cache is uptodate */ + /* Verify cache is up-to-date */ if (st.st_mtime < path_st.st_mtime) { GTK_NOTE (ICONTHEME, g_message ("icon cache outdated")); |