From 2ec5f255992be33a0e34cbaeda9e8dd9b06396b6 Mon Sep 17 00:00:00 2001 From: Matthew Leeds Date: Wed, 18 Apr 2018 23:41:49 -0700 Subject: [PATCH] dir: Fix grammar in a debug statement --- common/flatpak-dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/flatpak-dir.c b/common/flatpak-dir.c index a1fe0d2b..fa90dee3 100644 --- a/common/flatpak-dir.c +++ b/common/flatpak-dir.c @@ -7735,7 +7735,7 @@ flatpak_dir_prune (FlatpakDir *self, the shared lock operation is released and we will do a prune then */ if (g_error_matches (lock_error, G_IO_ERROR, G_IO_ERROR_WOULD_BLOCK)) { - g_debug ("Skipping prune do to in progress operation"); + g_debug ("Skipping prune due to in progress operation"); return TRUE; }