Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
529b2eff
Commit
529b2eff
authored
May 10, 2010
by
Alexandre Savard
Browse files
[#3388] Fix spelling-error-in-binary reported by lintian
parent
5913e239
Changes
10
Hide whitespace changes
Inline
Side-by-side
sflphone-common/src/audio/alsa/alsalayer.cpp
View file @
529b2eff
...
...
@@ -423,7 +423,7 @@ bool AlsaLayer::alsa_set_params (snd_pcm_t *pcm_handle, int type, int rate)
}
if
(
dir
!=
0
)
{
_debugAlsa
(
" (%i) The cho
o
sen rate %d Hz is not supported by your hardware.Using %d Hz instead. "
,
type
,
rate
,
exact_ivalue
);
_debugAlsa
(
" (%i) The chosen rate %d Hz is not supported by your hardware.Using %d Hz instead. "
,
type
,
rate
,
exact_ivalue
);
}
/* Set the number of channels */
...
...
@@ -443,7 +443,7 @@ bool AlsaLayer::alsa_set_params (snd_pcm_t *pcm_handle, int type, int rate)
}
if
(
dir
!=
0
)
{
_debugAlsa
(
"(%i) The cho
o
sen period size %d bytes is not supported by your hardware.Using %d instead. "
,
type
,
(
int
)
periodsize
,
(
int
)
exact_lvalue
);
_debugAlsa
(
"(%i) The chosen period size %d bytes is not supported by your hardware.Using %d instead. "
,
type
,
(
int
)
periodsize
,
(
int
)
exact_lvalue
);
}
periodsize
=
exact_lvalue
;
...
...
@@ -459,7 +459,7 @@ bool AlsaLayer::alsa_set_params (snd_pcm_t *pcm_handle, int type, int rate)
}
if
(
dir
!=
0
)
{
_debugAlsa
(
" The cho
o
sen period number %i bytes is not supported by your hardware.Using %i instead. "
,
periods
,
exact_ivalue
);
_debugAlsa
(
" The chosen period number %i bytes is not supported by your hardware.Using %i instead. "
,
periods
,
exact_ivalue
);
}
periods
=
exact_ivalue
;
...
...
sflphone-common/src/audio/alsa/alsalayer.h
View file @
529b2eff
...
...
@@ -55,8 +55,8 @@ class AlsaLayer : public AudioLayer {
/**
* Check if no devices are opened, otherwise close them.
* Then open the specified devices by calling the private functions open_device
* @param indexIn The number of the card cho
o
sen for capture
* @param indexOut The number of the card cho
o
sen for playback
* @param indexIn The number of the card chosen for capture
* @param indexOut The number of the card chosen for playback
* @param sampleRate The sample rate
* @param frameSize The frame size
* @param stream To indicate which kind of stream you want to open
...
...
sflphone-common/src/audio/audiolayer.h
View file @
529b2eff
...
...
@@ -87,8 +87,8 @@ class AudioLayer {
/**
* Check if no devices are opened, otherwise close them.
* Then open the specified devices by calling the private functions open_device
* @param indexIn The number of the card cho
o
sen for capture
* @param indexOut The number of the card cho
o
sen for playback
* @param indexIn The number of the card chosen for capture
* @param indexOut The number of the card chosen for playback
* @param sampleRate The sample rate
* @param frameSize The frame size
* @param stream To indicate which kind of stream you want to open
...
...
sflphone-common/src/audio/pulseaudio/pulselayer.h
View file @
529b2eff
...
...
@@ -49,8 +49,8 @@ class PulseLayer : public AudioLayer {
/**
* Check if no devices are opened, otherwise close them.
* Then open the specified devices by calling the private functions open_device
* @param indexIn The number of the card cho
o
sen for capture
* @param indexOut The number of the card cho
o
sen for playback
* @param indexIn The number of the card chosen for capture
* @param indexOut The number of the card chosen for playback
* @param sampleRate The sample rate
* @param frameSize The frame size
* @param stream To indicate which kind of stream you want to open
...
...
sflphone-common/src/history/historymanager.h
View file @
529b2eff
...
...
@@ -45,7 +45,7 @@ class HistoryManager {
/**
*@param path A specific file to use; if empty, use the global one
*
*@return int The number of history items succesfully loaded
*@return int The number of history items succes
s
fully loaded
*/
int
load_history
(
int
limit
,
std
::
string
path
=
""
);
...
...
sflphone-common/src/iax/iaxaccount.h
View file @
529b2eff
...
...
@@ -36,7 +36,7 @@ class IAXAccount : public Account
void
setVoIPLink
();
/**
* Actually u
nuseful
, since config loading is done in init()
* Actually u
seless
, since config loading is done in init()
*/
void
loadConfig
();
...
...
sflphone-common/src/managerimpl.cpp
View file @
529b2eff
...
...
@@ -766,7 +766,7 @@ void ManagerImpl::removeConference (const ConfID& conference_id) {
// Then remove the conference from the conference map
if
(
_conferencemap
.
erase
(
conference_id
)
==
1
)
_debug
(
"Manager: Conference %s removed succesfully"
,
conference_id
.
c_str
());
_debug
(
"Manager: Conference %s removed succes
s
fully"
,
conference_id
.
c_str
());
else
_error
(
"Manager: Error: Cannot remove conference: %s"
,
conference_id
.
c_str
());
...
...
sflphone-common/src/sip/sipaccount.h
View file @
529b2eff
...
...
@@ -80,7 +80,7 @@ class SIPAccount : public Account
void
setVoIPLink
();
/**
* Actually u
nuseful
, since config loading is done in init()
* Actually u
seless
, since config loading is done in init()
*/
void
loadConfig
();
...
...
sflphone-common/src/sip/sipvoiplink.cpp
View file @
529b2eff
...
...
@@ -2309,7 +2309,7 @@ bool SIPVoIPLink::createSipTransport(AccountID id)
}
else
{
// If transport succesfully created, store it in the internal map.
// If transport succes
s
fully created, store it in the internal map.
// STUN aware transport are account specific and should not be stored in map.
// TLS transport is ephemeral and is managed by PJSIP, should not be stored either.
addTransportToMap
(
account
->
getTransportMapKey
(),
account
->
getAccountTransport
());
...
...
@@ -2906,7 +2906,7 @@ bool SIPVoIPLink::pjsip_shutdown (void)
/* Shutdown PJLIB */
pj_shutdown
();
_debug
(
"UserAgent: Shutted down succesfully"
);
_debug
(
"UserAgent: Shutted down succes
s
fully"
);
/* Done. */
return
true
;
...
...
sflphone-common/src/sip/sipvoiplink.h
View file @
529b2eff
...
...
@@ -394,7 +394,7 @@ class SIPVoIPLink : public VoIPLink
* This function should be called before registering an account
* @param accountID An account id for which transport is to be set
*
* @return bool True if the account is succesfully created or successfully obtained
* @return bool True if the account is succes
s
fully created or successfully obtained
* from the transport map
*/
bool
acquireTransport
(
const
AccountID
&
accountID
);
...
...
Write
Preview
Supports
Markdown
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