mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 20:18:09 +00:00
Fix typo.
This commit is contained in:
parent
7a16503fca
commit
83d0b09edb
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ using namespace std;
|
|||
|
||||
AudioCodecMoveCommand::AudioCodecMoveCommand() :
|
||||
DaemonCommand("audio-codec-move", "audio-codec-move <payload_type_number|mime_type> <index>",
|
||||
"Move a codec to the an index.\n"
|
||||
"Move a codec to the specified index.\n"
|
||||
"<mime_type> is of the form mime/rate/channels, eg. speex/16000/1") {
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue