Commit a7c0e2a0 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Typos

parent 5c5ec9c6
...@@ -1541,7 +1541,7 @@ AS_IF([test "x${enable_debug}" = "xno"], [ ...@@ -1541,7 +1541,7 @@ AS_IF([test "x${enable_debug}" = "xno"], [
]) ])
dnl dnl
dnl Allow runing as root (usefull for people runing on embedded platforms) dnl Allow runing as root (useful for people runing on embedded platforms)
dnl dnl
AC_ARG_ENABLE(run-as-root, AC_ARG_ENABLE(run-as-root,
[ --enable-run-as-root allow runing VLC as root (default disabled)]) [ --enable-run-as-root allow runing VLC as root (default disabled)])
......
...@@ -675,7 +675,7 @@ rm -rf $RPM_BUILD_ROOT __doc ...@@ -675,7 +675,7 @@ rm -rf $RPM_BUILD_ROOT __doc
- Add BR directfb-devel (wip) - Add BR directfb-devel (wip)
- Add BR libnotify-devel - Add BR libnotify-devel
- Enabled --enable-speex - Enabled --enable-speex
- Testing --enable-portaudio not usefull (oss is deprecated) - Testing --enable-portaudio not useful (oss is deprecated)
- Enabled --enable-pda - Enabled --enable-pda
- Testing --enable-directfb (wip) - Testing --enable-directfb (wip)
- Removed patch5 (was format.c) - Removed patch5 (was format.c)
...@@ -683,7 +683,7 @@ rm -rf $RPM_BUILD_ROOT __doc ...@@ -683,7 +683,7 @@ rm -rf $RPM_BUILD_ROOT __doc
* Thu Apr 5 2007 kwizart < kwizart at gmail.com > - 0.8.6a-5 * Thu Apr 5 2007 kwizart < kwizart at gmail.com > - 0.8.6a-5
- Use system ffmpeg lib (pth and libtool seems to be incompatible with it) - Use system ffmpeg lib (pth and libtool seems to be incompatible with it)
- Dirac seem to compile fine but testing usability for now. - Dirac seem to compile fine but testing usability for now.
- Cache isn't usefull for now (and won't be since using system libs) - Cache isn't useful for now (and won't be since using system libs)
- Exclude %%{_bindir}/vlcwrapper.py? since this is the guideline about python for now. - Exclude %%{_bindir}/vlcwrapper.py? since this is the guideline about python for now.
* Mon Apr 2 2007 kwizart < kwizart at gmail.com > - 0.8.6a-4.6 * Mon Apr 2 2007 kwizart < kwizart at gmail.com > - 0.8.6a-4.6
...@@ -698,7 +698,7 @@ rm -rf $RPM_BUILD_ROOT __doc ...@@ -698,7 +698,7 @@ rm -rf $RPM_BUILD_ROOT __doc
- Clean up svn to release changes - Clean up svn to release changes
* Tue Mar 22 2007 kwizart < kwizart at gmail.com > - 0.8.6a-4.4 * Tue Mar 22 2007 kwizart < kwizart at gmail.com > - 0.8.6a-4.4
- WIP changes - ld.conf is unusefull... - WIP changes - ld.conf is unuseful...
* Wed Mar 21 2007 kwizart < kwizart at gmail.com > - 0.8.6a-4.3 * Wed Mar 21 2007 kwizart < kwizart at gmail.com > - 0.8.6a-4.3
- Revert back to the static vlc version - Revert back to the static vlc version
......
...@@ -221,7 +221,7 @@ static inline void picture_CopyProperties( picture_t *p_dst, const picture_t *p_ ...@@ -221,7 +221,7 @@ static inline void picture_CopyProperties( picture_t *p_dst, const picture_t *p_
/** /**
* This function will reset a picture informations (properties and quantizers). * This function will reset a picture informations (properties and quantizers).
* It is sometimes usefull for reusing pictures (like from a pool). * It is sometimes useful for reusing pictures (like from a pool).
*/ */
VLC_EXPORT( void, picture_Reset, ( picture_t * ) ); VLC_EXPORT( void, picture_Reset, ( picture_t * ) );
...@@ -275,7 +275,7 @@ VLC_EXPORT( int, picture_Export, ( vlc_object_t *p_obj, block_t **pp_image, vide ...@@ -275,7 +275,7 @@ VLC_EXPORT( int, picture_Export, ( vlc_object_t *p_obj, block_t **pp_image, vide
* It will return VLC_EGENERIC if the core does not understand the requested * It will return VLC_EGENERIC if the core does not understand the requested
* format. * format.
* *
* It can be usefull to get the properties of planes. * It can be useful to get the properties of planes.
*/ */
VLC_EXPORT( int, picture_Setup, ( picture_t *, vlc_fourcc_t i_chroma, int i_width, int i_height, int i_sar_num, int i_sar_den ) ); VLC_EXPORT( int, picture_Setup, ( picture_t *, vlc_fourcc_t i_chroma, int i_width, int i_height, int i_sar_num, int i_sar_den ) );
......
...@@ -53,7 +53,7 @@ typedef struct { ...@@ -53,7 +53,7 @@ typedef struct {
/** /**
* It creates a picture_pool_t wrapping the given configuration. * It creates a picture_pool_t wrapping the given configuration.
* *
* It is usefull to avoid useless picture creations/destructions. * It avoids useless picture creations/destructions.
* The given picture must not have a reference count greater than 1. * The given picture must not have a reference count greater than 1.
* The pool takes ownership of the picture and MUST not be used directly. * The pool takes ownership of the picture and MUST not be used directly.
* When deleted, the pool will release the pictures using picture_Release. * When deleted, the pool will release the pictures using picture_Release.
......
...@@ -124,7 +124,7 @@ typedef struct { ...@@ -124,7 +124,7 @@ typedef struct {
bool has_double_click; /* Is double-click generated */ bool has_double_click; /* Is double-click generated */
bool has_hide_mouse; /* Is mouse automatically hidden */ bool has_hide_mouse; /* Is mouse automatically hidden */
bool has_pictures_invalid;/* Will VOUT_DISPLAY_EVENT_PICTURES_INVALID be used */ bool has_pictures_invalid;/* Will VOUT_DISPLAY_EVENT_PICTURES_INVALID be used */
bool has_event_thread; /* Will events (key at least) be emitted using an independant thread */ bool has_event_thread; /* Will events (key at least) be emitted using an independent thread */
} vout_display_info_t; } vout_display_info_t;
/** /**
......
...@@ -426,7 +426,7 @@ static int OpenWithCookies( vlc_object_t *p_this, const char *psz_access, ...@@ -426,7 +426,7 @@ static int OpenWithCookies( vlc_object_t *p_this, const char *psz_access,
{ {
/* Get the proxy URL : /* Get the proxy URL :
Proxy server value in the registry can be something like "address:port" Proxy server value in the registry can be something like "address:port"
or "ftp=adress1:port1;http=adress2:port2 ..." depending of the or "ftp=address1:port1;http=address2:port2 ..." depending of the
confirguration. */ confirguration. */
char *psz_proxy; char *psz_proxy;
psz_proxy = strstr( psz_key, "http=" ); psz_proxy = strstr( psz_key, "http=" );
......
...@@ -960,7 +960,7 @@ static int FillBuffer( aout_instance_t *p_aout, int i_frame, ...@@ -960,7 +960,7 @@ static int FillBuffer( aout_instance_t *p_aout, int i_frame,
p_notif->i_frame_size, /* Number of bytes */ p_notif->i_frame_size, /* Number of bytes */
&p_write_position, /* Address of lock start */ &p_write_position, /* Address of lock start */
&l_bytes1, /* Count of bytes locked before wrap around */ &l_bytes1, /* Count of bytes locked before wrap around */
&p_wrap_around, /* Buffer adress (if wrap around) */ &p_wrap_around, /* Buffer address (if wrap around) */
&l_bytes2, /* Count of bytes after wrap around */ &l_bytes2, /* Count of bytes after wrap around */
0 ); /* Flags */ 0 ); /* Flags */
if( dsresult == DSERR_BUFFERLOST ) if( dsresult == DSERR_BUFFERLOST )
......
...@@ -2116,7 +2116,7 @@ static int MP4_ReadBox_cmov( stream_t *p_stream, MP4_Box_t *p_box ) ...@@ -2116,7 +2116,7 @@ static int MP4_ReadBox_cmov( stream_t *p_stream, MP4_Box_t *p_box )
p_cmvd->data.p_cmvd->p_data = p_data; p_cmvd->data.p_cmvd->p_data = p_data;
p_cmvd->data.p_cmvd->b_compressed = 0; p_cmvd->data.p_cmvd->b_compressed = 0;
msg_Dbg( p_stream, "read box: \"cmov\" box succesfully uncompressed" ); msg_Dbg( p_stream, "read box: \"cmov\" box successfully uncompressed" );
/* now create a memory stream */ /* now create a memory stream */
p_stream_memory = p_stream_memory =
......
...@@ -495,7 +495,7 @@ static int Open( vlc_object_t * p_this ) ...@@ -495,7 +495,7 @@ static int Open( vlc_object_t * p_this )
p_sys->p_tref_chap = p_chap; p_sys->p_tref_chap = p_chap;
} }
/* now process each track and extract all usefull information */ /* now process each track and extract all useful information */
for( i = 0; i < p_sys->i_tracks; i++ ) for( i = 0; i < p_sys->i_tracks; i++ )
{ {
p_trak = MP4_BoxGet( p_sys->p_root, "/moov/trak[%d]", i ); p_trak = MP4_BoxGet( p_sys->p_root, "/moov/trak[%d]", i );
......
...@@ -158,7 +158,7 @@ static void Close ( vlc_object_t * ); ...@@ -158,7 +158,7 @@ static void Close ( vlc_object_t * );
#define SPLIT_ES_TEXT N_("Separate sub-streams") #define SPLIT_ES_TEXT N_("Separate sub-streams")
#define SPLIT_ES_LONGTEXT N_( \ #define SPLIT_ES_LONGTEXT N_( \
"Separate teletex/dvbs pages into independant ES. " \ "Separate teletex/dvbs pages into independant ES. " \
"It can be usefull to turn off this option when using stream output." ) "It can be useful to turn off this option when using stream output." )
vlc_module_begin () vlc_module_begin ()
set_description( N_("MPEG Transport Stream demuxer") ) set_description( N_("MPEG Transport Stream demuxer") )
...@@ -3656,7 +3656,7 @@ static void PMTSetupEs0x06( demux_t *p_demux, ts_pid_t *pid, ...@@ -3656,7 +3656,7 @@ static void PMTSetupEs0x06( demux_t *p_demux, ts_pid_t *pid,
} }
#ifdef _DVBPSI_DR_52_H_ #ifdef _DVBPSI_DR_52_H_
/* FIXME is it usefull ? */ /* FIXME is it useful ? */
if( PMTEsFindDescriptor( p_es, 0x52 ) ) if( PMTEsFindDescriptor( p_es, 0x52 ) )
{ {
dvbpsi_descriptor_t *p_dr = PMTEsFindDescriptor( p_es, 0x52 ); dvbpsi_descriptor_t *p_dr = PMTEsFindDescriptor( p_es, 0x52 );
......
...@@ -707,7 +707,7 @@ ...@@ -707,7 +707,7 @@
[self isItem:p_item inNode:p_node checkItemExistence:b_check locked:NO]; [self isItem:p_item inNode:p_node checkItemExistence:b_check locked:NO];
} }
/* This method is usefull for instance to remove the selected children of an /* This method is useful for instance to remove the selected children of an
already selected node */ already selected node */
- (void)removeItemsFrom:(id)o_items ifChildrenOf:(id)o_nodes - (void)removeItemsFrom:(id)o_items ifChildrenOf:(id)o_nodes
{ {
......
...@@ -167,8 +167,8 @@ protected slots: ...@@ -167,8 +167,8 @@ protected slots:
virtual void setStatus( int ); virtual void setStatus( int );
signals: signals:
void inputExists( bool ); /// This might be usefull in the IM ? void inputExists( bool ); /// This might be useful in the IM ?
void inputPlaying( bool ); /// This might be usefull in the IM ? void inputPlaying( bool ); /// This might be useful in the IM ?
void inputIsRecordable( bool ); /// same ? void inputIsRecordable( bool ); /// same ?
void inputIsTrickPlayable( bool ); /// same ? void inputIsTrickPlayable( bool ); /// same ?
}; };
......
...@@ -239,7 +239,7 @@ gnutls_Recv( void *p_session, void *buf, int i_length ) ...@@ -239,7 +239,7 @@ gnutls_Recv( void *p_session, void *buf, int i_length )
/** /**
* Starts or continues the TLS handshake. * Starts or continues the TLS handshake.
* *
* @return -1 on fatal error, 0 on succesful handshake completion, * @return -1 on fatal error, 0 on successful handshake completion,
* 1 if more would-be blocking recv is needed, * 1 if more would-be blocking recv is needed,
* 2 if more would-be blocking send is required. * 2 if more would-be blocking send is required.
*/ */
......
...@@ -250,7 +250,7 @@ pColorPacket CAtmoColorCalculator::AnalyzeHSV(tHSVColor *HSV_Img) ...@@ -250,7 +250,7 @@ pColorPacket CAtmoColorCalculator::AnalyzeHSV(tHSVColor *HSV_Img)
// windowing from -hue_windowsize -> +hue_windowsize // windowing from -hue_windowsize -> +hue_windowsize
for (int mywin = -hue_windowsize; mywin < hue_windowsize+1; mywin++) for (int mywin = -hue_windowsize; mywin < hue_windowsize+1; mywin++)
{ {
// adressed histogram candlestick // addressed histogram candlestick
int myidx = i + mywin; int myidx = i + mywin;
// handle beginning of windowing -> roll back // handle beginning of windowing -> roll back
...@@ -374,7 +374,7 @@ pColorPacket CAtmoColorCalculator::AnalyzeHSV(tHSVColor *HSV_Img) ...@@ -374,7 +374,7 @@ pColorPacket CAtmoColorCalculator::AnalyzeHSV(tHSVColor *HSV_Img)
// windowing from -hue_windowsize -> +hue_windowsize // windowing from -hue_windowsize -> +hue_windowsize
for (int mywin = -sat_windowsize; mywin < sat_windowsize+1; mywin++) for (int mywin = -sat_windowsize; mywin < sat_windowsize+1; mywin++)
{ {
// adressed histogram candlestick // addressed histogram candlestick
int myidx = i + mywin; int myidx = i + mywin;
// handle beginning of windowing -> roll back // handle beginning of windowing -> roll back
......
...@@ -227,7 +227,7 @@ like the group says only for the DMX device ...@@ -227,7 +227,7 @@ like the group says only for the DMX device
"Count of AtmoLight Channels" - defines how many RGB Channels should be simulated "Count of AtmoLight Channels" - defines how many RGB Channels should be simulated
with this DMX device (each RGB channel needs three DMX channels!) with this DMX device (each RGB channel needs three DMX channels!)
"DMX adress for each channel" - defines the DMX Startadress for each AtmoLight "DMX address for each channel" - defines the DMX Startadress for each AtmoLight
channel as "," or ";" separated list. (starting with 0 up to 252) it is assumed channel as "," or ";" separated list. (starting with 0 up to 252) it is assumed
that the f.e. of the DMX-AtmoLight channel starts at DMX-Channel 5 - that that the f.e. of the DMX-AtmoLight channel starts at DMX-Channel 5 - that
DMX-Channel 5: is red DMX-Channel 5: is red
......
...@@ -144,7 +144,7 @@ struct vout_display_sys_t { ...@@ -144,7 +144,7 @@ struct vout_display_sys_t {
int bytes_per_pixel; int bytes_per_pixel;
/* Video memory */ /* Video memory */
uint8_t *video_ptr; /* base adress */ uint8_t *video_ptr; /* base address */
size_t video_size; /* page size */ size_t video_size; /* page size */
picture_t *picture; picture_t *picture;
......
...@@ -326,7 +326,7 @@ function parse_vlm_cmd() ...@@ -326,7 +326,7 @@ function parse_vlm_cmd()
} }
else else
{ {
vlme.appendChild( document.createTextNode( 'Command succesful (' + value( 'vlm_command' ) + ') ' ) ); vlme.appendChild( document.createTextNode( 'Command successful (' + value( 'vlm_command' ) + ') ' ) );
vlme.style.color = "#0f0"; vlme.style.color = "#0f0";
clear_vlm_add(); clear_vlm_add();
} }
......
...@@ -326,7 +326,7 @@ function parse_vlm_cmd() ...@@ -326,7 +326,7 @@ function parse_vlm_cmd()
} }
else else
{ {
vlme.appendChild( document.createTextNode( 'Command succesful (' + value( 'vlm_command' ) + ') ' ) ); vlme.appendChild( document.createTextNode( 'Command successful (' + value( 'vlm_command' ) + ') ' ) );
vlme.style.color = "#0f0"; vlme.style.color = "#0f0";
clear_vlm_add(); clear_vlm_add();
} }
......
...@@ -67,7 +67,7 @@ function table_print(t,prefix) ...@@ -67,7 +67,7 @@ function table_print(t,prefix)
end end
-- print the list of callbacks registered in lua -- print the list of callbacks registered in lua
-- usefull for debug purposes -- useful for debug purposes
function print_callbacks() function print_callbacks()
print "callbacks:" print "callbacks:"
table_print(vlc.callbacks) table_print(vlc.callbacks)
......
...@@ -27,7 +27,7 @@ Example use: ...@@ -27,7 +27,7 @@ Example use:
require "host" require "host"
h = host.host() h = host.host()
-- Bypass any authentification -- Bypass any authentication
function on_password( client ) function on_password( client )
client:switch_status( host.status.read ) client:switch_status( host.status.read )
end end
......
...@@ -58,7 +58,7 @@ function on_password( client ) ...@@ -58,7 +58,7 @@ function on_password( client )
if client.type == host.client_type.net then if client.type == host.client_type.net then
client:send( "Password: " ..IAC..WILL..ECHO ) client:send( "Password: " ..IAC..WILL..ECHO )
else else
-- no authentification needed on stdin -- no authentication needed on stdin
client:switch_status( host.status.read ) client:switch_status( host.status.read )
end end
end end
......
...@@ -216,7 +216,7 @@ void input_item_SetMeta( input_item_t *p_i, vlc_meta_type_t meta_type, const cha ...@@ -216,7 +216,7 @@ void input_item_SetMeta( input_item_t *p_i, vlc_meta_type_t meta_type, const cha
} }
/* FIXME GRRRRRRRRRR args should be in the reverse order to be /* FIXME GRRRRRRRRRR args should be in the reverse order to be
* consistant with (nearly?) all or copy funcs */ * consistent with (nearly?) all or copy funcs */
void input_item_CopyOptions( input_item_t *p_parent, void input_item_CopyOptions( input_item_t *p_parent,
input_item_t *p_child ) input_item_t *p_child )
{ {
......
...@@ -108,7 +108,7 @@ stream_t *stream_FilterChainNew( stream_t *p_source, ...@@ -108,7 +108,7 @@ stream_t *stream_FilterChainNew( stream_t *p_source,
} }
free( psz_tmp ); free( psz_tmp );
/* Add record filter if usefull */ /* Add record filter if useful */
if( b_record ) if( b_record )
{ {
stream_t *p_filter = stream_FilterNew( p_source, stream_t *p_filter = stream_FilterNew( p_source,
......
...@@ -410,7 +410,7 @@ int vlc_loaddir( DIR *dir, char ***namelist, ...@@ -410,7 +410,7 @@ int vlc_loaddir( DIR *dir, char ***namelist,
* Selects file entries from a directory, as GNU C scandir(). * Selects file entries from a directory, as GNU C scandir().
* *
* @param dirname UTF-8 diretory path * @param dirname UTF-8 diretory path
* @param pointer [OUT] pointer set, on succesful completion, to the address * @param pointer [OUT] pointer set, on successful completion, to the address
* of a table of UTF-8 filenames. All filenames must be freed with free(). * of a table of UTF-8 filenames. All filenames must be freed with free().
* The table itself must be freed with free() as well. * The table itself must be freed with free() as well.
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment