ref: 71f84cb0068cdb7da5576c51fccc68039f2d217f
parent: 763cb3c28ac91ae0b847a3b6913114c651d003ae
author: Adam Jones <adam@yggdrasl.demon.co.uk>
date: Mon Jul 1 05:59:09 EDT 2002
Typo fix
--- a/src/css.c
+++ b/src/css.c
@@ -2,7 +2,7 @@
* css.c: Functions for DVD authentification and unscrambling
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
- * $Id: css.c,v 1.9 2002/06/02 16:05:34 sam Exp $
+ * $Id: css.c,v 1.10 2002/07/01 09:59:09 hjort Exp $
*
* Author: St�phane Borel <stef@via.ecp.fr>
* H�kan Hjort <d95hjort@dtek.chalmers.se>
@@ -190,7 +190,7 @@
if( memcmp( p_key_check, p_key1, KEY_SIZE ) == 0 )
{
snprintf( psz_warning, sizeof(psz_warning),
- "drive authentic, using varient %d", i );
+ "drive authentic, using variant %d", i );
_dvdcss_debug( dvdcss, psz_warning );
i_varient = i;
break;