summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhaedrus Leeds <matthew.leeds@endlessm.com>2020-08-07 14:52:22 -0700
committerAlexander Larsson <alexander.larsson@gmail.com>2020-08-31 16:26:12 +0200
commitebcad3a402d5094399bd48f2ecc868e0e954f143 (patch)
treee63c45b7d55000f8ed4cef5e0fb48aed28539cd7
parent3f19950936006f7359f7f3778f2aa089c0999a5f (diff)
downloadflatpak-ebcad3a402d5094399bd48f2ecc868e0e954f143.tar.gz
dir: Fix a typo of .changed
-rw-r--r--common/flatpak-dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/flatpak-dir.c b/common/flatpak-dir.c
index 8e0cf5dc..09a390c2 100644
--- a/common/flatpak-dir.c
+++ b/common/flatpak-dir.c
@@ -3676,7 +3676,7 @@ _flatpak_dir_ensure_repo (FlatpakDir *self,
return FALSE;
}
- /* Create .changes file early to avoid polling non-existing file in monitor */
+ /* Create .changed file early to avoid polling non-existing file in monitor */
if (!flatpak_dir_mark_changed (self, &my_error))
{
g_warning ("Error marking directory as changed: %s", my_error->message);