From 614adab2f96a88b548583b9acf9a31da33cdae58 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20K=C3=BChne?= Date: Sun, 6 Jul 2008 12:20:38 +0200 Subject: [PATCH] Typo --- src/misc/update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc/update.c b/src/misc/update.c index dd556a3e5f..2c51ef90cf 100644 --- a/src/misc/update.c +++ b/src/misc/update.c @@ -1603,7 +1603,7 @@ static void update_DownloadReal( update_download_thread_t *p_udt ) intf_UserFatal( p_udt, true, _("Invalid signature"), _("The cryptographic signature for the downloaded file \"%s\" was " "invalid and could not be used to securely verify it. Thus, the " - "file was deleted."),, + "file was deleted."), psz_destfile ); goto end; } -- 2.39.2