Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
5122c9d9
Commit
5122c9d9
authored
Mar 21, 2008
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Various spelling fixes.
parent
fe22119f
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
16 additions
and
16 deletions
+16
-16
include/vlc_arrays.h
include/vlc_arrays.h
+1
-1
include/vlc_playlist.h
include/vlc_playlist.h
+1
-1
include/vlc_services_discovery.h
include/vlc_services_discovery.h
+1
-1
modules/access/v4l2/v4l2.c
modules/access/v4l2/v4l2.c
+1
-1
modules/audio_output/waveout.c
modules/audio_output/waveout.c
+1
-1
modules/codec/xvmc/slice_xvmc_vld.c
modules/codec/xvmc/slice_xvmc_vld.c
+1
-1
modules/gui/macosx/simple_prefs.m
modules/gui/macosx/simple_prefs.m
+7
-7
modules/gui/qt4/dialogs/help.cpp
modules/gui/qt4/dialogs/help.cpp
+1
-1
src/control/media_instance.c
src/control/media_instance.c
+1
-1
src/misc/darwin_specific.c
src/misc/darwin_specific.c
+1
-1
No files found.
include/vlc_arrays.h
View file @
5122c9d9
...
...
@@ -282,7 +282,7 @@
/************************************************************************
* Dynamic arrays with progressive allocation (Prefered API)
* Dynamic arrays with progressive allocation (Prefer
r
ed API)
************************************************************************/
typedef
struct
vlc_array_t
{
...
...
include/vlc_playlist.h
View file @
5122c9d9
...
...
@@ -120,7 +120,7 @@ TYPEDEF_ARRAY(input_item_t*, input_item_array_t);
* will maybe become useful again when we merge VLM;
*
* To delete an item, use playlist_DeleteFromInput( input_id ) which will
* remove all occurences of the input in both trees
* remove all occur
r
ences of the input in both trees
*
* @{
*/
...
...
include/vlc_services_discovery.h
View file @
5122c9d9
...
...
@@ -72,7 +72,7 @@ VLC_EXPORT( void, services_discovery_Stop, ( services_discover
/* Read info from discovery object */
VLC_EXPORT
(
char
*
,
services_discovery_GetLocalizedName
,
(
services_discovery_t
*
p_this
)
);
/* Receive event notification (prefered way to get new items) */
/* Receive event notification (prefer
r
ed way to get new items) */
VLC_EXPORT
(
vlc_event_manager_t
*
,
services_discovery_EventManager
,
(
services_discovery_t
*
p_this
)
);
/* Used by services_discovery to post update about their items */
...
...
modules/access/v4l2/v4l2.c
View file @
5122c9d9
...
...
@@ -183,7 +183,7 @@ static void AccessClose( vlc_object_t * );
#else
#define AUDIO_METHOD_LONGTEXT N_( \
"Audio method to use: 0 to disable audio, 1 for OSS, 2 for ALSA, " \
"3 for ALSA or OSS (ALSA is prefered)." )
"3 for ALSA or OSS (ALSA is prefer
r
ed)." )
#endif
#define AUDIO_VOLUME_TEXT N_( "Volume" )
#define AUDIO_VOLUME_LONGTEXT N_( \
...
...
modules/audio_output/waveout.c
View file @
5122c9d9
...
...
@@ -1216,7 +1216,7 @@ static int ReloadWaveoutDevices( vlc_object_t *p_this, char const *psz_name,
/*
convert devicename to device ID for output
if device not found return WAVE_MAPPER, so let
windows decide which prefered audio device
windows decide which prefer
r
ed audio device
should be used.
*/
static
uint32_t
findDeviceID
(
char
*
psz_device_name
)
...
...
modules/codec/xvmc/slice_xvmc_vld.c
View file @
5122c9d9
...
...
@@ -270,7 +270,7 @@ void mpeg2_xxmc_slice( mpeg2dec_t *mpeg2dec, picture_t *picture,
else
{
/*
* An error has occured.
* An error has occur
r
ed.
*/
//printf("VLD XvMC: Slice error: code=%d\tlast slice code=%d\tmb_pic_height=%d\n", code, mpeg2dec->xvmc_last_slice_code,mpeg2dec->xxmc_mb_pic_height);
...
...
modules/gui/macosx/simple_prefs.m
View file @
5122c9d9
...
...
@@ -484,7 +484,7 @@ static VLCSimplePrefs *_o_sharedInstance = nil;
if
(
i
!=
0
)
{
msg_Err
(
p_intf
,
"An error occured while saving the Interface settings using SimplePrefs"
);
msg_Err
(
p_intf
,
"An error occur
r
ed while saving the Interface settings using SimplePrefs"
);
i
=
0
;
}
...
...
@@ -544,7 +544,7 @@ static VLCSimplePrefs *_o_sharedInstance = nil;
if
(
i
!=
0
)
{
msg_Err
(
p_intf
,
"An error occured while saving the Audio settings using SimplePrefs"
);
msg_Err
(
p_intf
,
"An error occur
r
ed while saving the Audio settings using SimplePrefs"
);
i
=
0
;
}
b_audioSettingChanged
=
NO
;
...
...
@@ -575,7 +575,7 @@ static VLCSimplePrefs *_o_sharedInstance = nil;
if
(
i
!=
0
)
{
msg_Err
(
p_intf
,
"An error occured while saving the Video settings using SimplePrefs"
);
msg_Err
(
p_intf
,
"An error occur
r
ed while saving the Video settings using SimplePrefs"
);
i
=
0
;
}
b_videoSettingChanged
=
NO
;
...
...
@@ -656,7 +656,7 @@ static VLCSimplePrefs *_o_sharedInstance = nil;
if
(
i
!=
0
)
{
msg_Err
(
p_intf
,
"An error occured while saving the Input settings using SimplePrefs"
);
msg_Err
(
p_intf
,
"An error occur
r
ed while saving the Input settings using SimplePrefs"
);
i
=
0
;
}
b_inputSettingChanged
=
NO
;
...
...
@@ -683,7 +683,7 @@ static VLCSimplePrefs *_o_sharedInstance = nil;
if
(
i
!=
0
)
{
msg_Err
(
p_intf
,
"An error occured while saving the OSD/Subtitle settings using SimplePrefs"
);
msg_Err
(
p_intf
,
"An error occur
r
ed while saving the OSD/Subtitle settings using SimplePrefs"
);
i
=
0
;
}
b_osdSettingChanged
=
NO
;
...
...
@@ -708,7 +708,7 @@ static VLCSimplePrefs *_o_sharedInstance = nil;
if
(
i
!=
0
)
{
msg_Err
(
p_intf
,
"An error occured while saving the Hotkey settings using SimplePrefs"
);
msg_Err
(
p_intf
,
"An error occur
r
ed while saving the Hotkey settings using SimplePrefs"
);
i
=
0
;
}
b_hotkeyChanged
=
NO
;
...
...
@@ -1089,4 +1089,4 @@ static VLCSimplePrefs *_o_sharedInstance = nil;
[
o_temp
release
];
}
@end
\ No newline at end of file
@end
modules/gui/qt4/dialogs/help.cpp
View file @
5122c9d9
...
...
@@ -296,7 +296,7 @@ void UpdateDialog::updateNotify( bool b_result )
}
else
updateLabel
->
setText
(
qtr
(
"An error occured while checking for updates"
)
);
qtr
(
"An error occur
r
ed while checking for updates"
)
);
adjustSize
();
updateButton
->
setEnabled
(
true
);
...
...
src/control/media_instance.c
View file @
5122c9d9
...
...
@@ -547,7 +547,7 @@ void libvlc_media_instance_play( libvlc_media_instance_t *p_mi,
if
(
(
p_input_thread
=
libvlc_get_input_thread
(
p_mi
,
p_e
))
)
{
/* A thread alread exists, send it a play message */
/* A thread alread
y
exists, send it a play message */
input_Control
(
p_input_thread
,
INPUT_SET_STATE
,
PLAYING_S
);
vlc_object_release
(
p_input_thread
);
return
;
...
...
src/misc/darwin_specific.c
View file @
5122c9d9
...
...
@@ -144,7 +144,7 @@ void system_Init( libvlc_int_t *p_this, int *pi_argc, const char *ppsz_argv[] )
/*
Retrieve the preferred language as chosen in System Preferences.app
(note that CFLocaleCopyCurrent() is not used because it returns the
prefered locale not language)
prefer
r
ed locale not language)
*/
CFArrayRef
all_locales
,
preferred_locales
;
char
psz_locale
[
50
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment