]> git.sesse.net Git - vlc/commitdiff
Fix spelling in comment.
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 8 Mar 2008 14:36:35 +0000 (15:36 +0100)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 8 Mar 2008 15:16:07 +0000 (16:16 +0100)
src/misc/update.c

index ad806c10dad7ac4d9218291beff70e447b7bd8b5..c8d948272946caca2602537843942e0f5a61dc49 100644 (file)
@@ -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" );