From 0824fc830a911dbcdc264fcafa1a08828d3bcf76 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 14 Apr 2017 14:21:28 -0400 Subject: [PATCH] Fix a typo in a comment This comment was obviously copy-pasted from the previous case without updating it. --- 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 130351d7..93bdd481 100644 --- a/common/flatpak-dir.c +++ b/common/flatpak-dir.c @@ -7915,7 +7915,7 @@ add_related (FlatpakDir *self, g_ptr_array_add (subpaths, g_steal_pointer (&subpath)); } - /* Always remove debug */ + /* Always remove locale */ delete = TRUE; }