[vlc-devel] commit: Typo ( Felix Paul Kühne )
git version control
git at videolan.org
Sun Jul 6 12:18:25 CEST 2008
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Jul 6 12:20:38 2008 +0200| [614adab2f96a88b548583b9acf9a31da33cdae58]
Typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=614adab2f96a88b548583b9acf9a31da33cdae58
---
src/misc/update.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/misc/update.c b/src/misc/update.c
index dd556a3..2c51ef9 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;
}
More information about the vlc-devel
mailing list