From 2bc301261e620a1e1d7e334bce26d5ac7db781a8 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 3 May 2018 13:06:34 +0200 Subject: [PATCH] Its end-of-life, not end-of-line Closes: #1643 Approved by: alexlarsson --- app/flatpak-transaction.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/flatpak-transaction.c b/app/flatpak-transaction.c index 453a0f5d..5594a6e6 100644 --- a/app/flatpak-transaction.c +++ b/app/flatpak-transaction.c @@ -894,11 +894,11 @@ flatpak_transaction_run (FlatpakTransaction *self, if (eol_rebase) { - g_printerr ("Warning: %s is end-of-line, in preference of %s\n", op->ref, eol_rebase); + g_printerr ("Warning: %s is end-of-life, in preference of %s\n", op->ref, eol_rebase); } else if (eol) { - g_printerr ("Warning: %s is end-of-line, with reason: %s\n", op->ref, eol); + g_printerr ("Warning: %s is end-of-life, with reason: %s\n", op->ref, eol); } }