[vlc-devel] commit: Fix spelling in comment. (Antoine Cellerier )
git version control
git at videolan.org
Sat Mar 8 16:16:55 CET 2008
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Sat Mar 8 15:36:35 2008 +0100| [873c58389a1c625c47350f98fbdb602971644eb7]
Fix spelling in comment.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=873c58389a1c625c47350f98fbdb602971644eb7
---
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 ad806c1..c8d9482 100644
--- a/src/misc/update.c
+++ b/src/misc/update.c
@@ -1361,7 +1361,7 @@ void update_DownloadReal( update_download_thread_t *p_udt )
utf8_unlink( psz_destfile );
intf_UserFatal( p_udt, VLC_TRUE, _("File can not be verified"),
- _("It was not possible to downlaod a cryptographic signature for "
+ _("It was not possible to download a cryptographic signature for "
"downloaded file \"%s\", and so VLC deleted it."),
psz_destfile );
msg_Err( p_udt, "Couldn't download signature of downloaded file" );
More information about the vlc-devel
mailing list