mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
bluez: Fix common misspelled words
Accounting of misspelled words, as detected by codespell: acording 2 ancilliary 1 appropiate 1 atribute 1 cant 1 comming 2 gracefull 1 lenght 1 mispelled 1 occured 1 occurences 1 ocurred 3 prefered 1 presense 1 reponse 1 seperate 1 succesful 1 successully 1 sucessfull 1 sucessfully 1
This commit is contained in:
parent
3a81025f2e
commit
445f76513a
1 changed files with 3 additions and 3 deletions
|
@ -1483,7 +1483,7 @@ gst_avdtp_sink_stream_start (GstAvdtpSink * self)
|
|||
|
||||
err = gst_avdtp_sink_audioservice_send (self, &req->h);
|
||||
if (err < 0) {
|
||||
GST_ERROR_OBJECT (self, "Error ocurred while sending " "start packet");
|
||||
GST_ERROR_OBJECT (self, "Error occurred while sending " "start packet");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
@ -1628,7 +1628,7 @@ gst_avdtp_sink_configure (GstAvdtpSink * self, GstCaps * caps)
|
|||
|
||||
err = gst_avdtp_sink_audioservice_send (self, &open_req->h);
|
||||
if (err < 0) {
|
||||
GST_ERROR_OBJECT (self, "Error ocurred while sending " "open packet");
|
||||
GST_ERROR_OBJECT (self, "Error occurred while sending " "open packet");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
@ -1658,7 +1658,7 @@ gst_avdtp_sink_configure (GstAvdtpSink * self, GstCaps * caps)
|
|||
req->h.length += req->codec.length - sizeof (req->codec);
|
||||
err = gst_avdtp_sink_audioservice_send (self, &req->h);
|
||||
if (err < 0) {
|
||||
GST_ERROR_OBJECT (self, "Error ocurred while sending "
|
||||
GST_ERROR_OBJECT (self, "Error occurred while sending "
|
||||
"configurarion packet");
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue