From: Felix Paul Kühne Date: Sun, 6 Jul 2008 10:20:38 +0000 (+0200) Subject: Typo X-Git-Tag: 0.9.0-test2~188 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=614adab2f96a88b548583b9acf9a31da33cdae58;p=vlc Typo --- 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; }