From 8fe295ee094b87f8ea2d24b4ea9d3bd9e540ec5a Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Fri, 24 Aug 2012 16:50:28 +0200 Subject: [PATCH] Fix typos. --- daemon/commands/audio-codec-set.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/commands/audio-codec-set.cc b/daemon/commands/audio-codec-set.cc index ca907bfe0..c750a3d78 100644 --- a/daemon/commands/audio-codec-set.cc +++ b/daemon/commands/audio-codec-set.cc @@ -6,7 +6,7 @@ using namespace std; AudioCodecSetCommand::AudioCodecSetCommand() : - DaemonCommand("audio-codec-set", "audio-codec-set ", "Set a property (number,clock_rate, recv_fmtp, send_fmtp) of a codec. Numbering of payload type is automatically performed at startup, any change will be loosed after restart.") { + DaemonCommand("audio-codec-set", "audio-codec-set ", "Set a property (number, clock_rate, recv_fmtp, send_fmtp) of a codec. Numbering of payload type is automatically performed at startup, any change will be lost after restart.") { } static PayloadType *findPayload(LinphoneCore *lc, int payload_type, int *index){