[vlc-commits] Fix typo unkown -> unknown.

Benjamin Drung git at videolan.org
Sat Jul 28 04:31:32 CEST 2012


vlc/vlc-2.0 | branch: master | Benjamin Drung <bdrung at debian.org> | Sat Jul 28 00:48:59 2012 +0200| [bb7a83f86c37edfa0d6d850b4ed96da43550cd4f] | committer: Felix Paul Kühne

Fix typo unkown -> unknown.

Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>
(cherry picked from commit 3f0d5d17820de59e73530d51530ce9d90ae7ef67)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=bb7a83f86c37edfa0d6d850b4ed96da43550cd4f
---

 modules/access/sftp.c       |    2 +-
 modules/codec/lpcm.c        |    2 +-
 modules/codec/omxil/utils.c |    2 +-
 modules/mux/asf.c           |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modules/access/sftp.c b/modules/access/sftp.c
index 2e8cc57..0dba0fc 100644
--- a/modules/access/sftp.c
+++ b/modules/access/sftp.c
@@ -187,7 +187,7 @@ static int Open( vlc_object_t* p_this )
 
     libssh2_knownhost_free( ssh_knownhosts );
 
-    /* Check that it does match or at least that the host is unkown */
+    /* Check that it does match or at least that the host is unknown */
     switch(check)
     {
     case LIBSSH2_KNOWNHOST_CHECK_FAILURE:
diff --git a/modules/codec/lpcm.c b/modules/codec/lpcm.c
index 5d91ee1..66f57c0 100644
--- a/modules/codec/lpcm.c
+++ b/modules/codec/lpcm.c
@@ -134,7 +134,7 @@ struct encoder_sys_t
  * - padding(variable)
  *
  * LPCM BD header :
- * - unkown (16 bits)
+ * - unknown (16 bits)
  * - number of channels (4 bits)
  * - frequency (4 bits)
  * - bits per sample (2 bits)
diff --git a/modules/codec/omxil/utils.c b/modules/codec/omxil/utils.c
index 94435e5..8d8096f 100644
--- a/modules/codec/omxil/utils.c
+++ b/modules/codec/omxil/utils.c
@@ -244,7 +244,7 @@ const char *ErrorToString(OMX_ERRORTYPE error)
         "OMX_ErrorFormatNotDetected", "OMX_ErrorContentPipeOpenFailed",
         "OMX_ErrorContentPipeCreationFailed", "OMX_ErrorSeperateTablesUsed",
         "OMX_ErrorTunnelingUnsupported",
-        "OMX_Error unkown"
+        "OMX_Error unknown"
     };
 
     if(error == OMX_ErrorNone) return "OMX_ErrorNone";
diff --git a/modules/mux/asf.c b/modules/mux/asf.c
index edc51b5..fa300d6 100644
--- a/modules/mux/asf.c
+++ b/modules/mux/asf.c
@@ -980,7 +980,7 @@ static block_t *asf_header_create( sout_mux_t *p_mux, bool b_broadcast )
         bo_addle_u32( &bo, p_fmt->i_bitrate );  /* Alternate Bitrate */
         bo_addle_u32( &bo, 0 );                 /* Alternate Buffer size */
         bo_addle_u32( &bo, 0 );                 /* Alternate Initial buffer fullness */
-        bo_addle_u32( &bo, 0 );                 /* Maximum object size (0 = unkown) */
+        bo_addle_u32( &bo, 0 );                 /* Maximum object size (0 = unknown) */
         bo_addle_u32( &bo, 0x02 );              /* Flags (seekable) */
         bo_addle_u16( &bo, p_track->i_id ); /* Stream number */
         bo_addle_u16( &bo, 0 ); /* Stream language index */



More information about the vlc-commits mailing list