spelling: fix occurred

This commit is contained in:
Marc Leeman 2024-04-30 11:59:14 +02:00
parent 466ae95493
commit 5619888cc1
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
/*
/*
* Copyright (C) 2012 Collabora Ltd.
* Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
* Copyright (C) 2013 Sebastian Dröge <slomo@circular-chaos.org>
@ -1583,7 +1583,7 @@ gst_openjpeg_dec_decode_frame_single (GstVideoDecoder * decoder,
gst_openjpeg_dec_decode_stripe (GST_ELEMENT (decoder), message);
if (message->last_error != OPENJPEG_ERROR_NONE) {
GST_WARNING_OBJECT
(self, "An error occured %d during the JPEG decoding",
(self, "An error occurred %d during the JPEG decoding",
message->last_error);
self->last_error = message->last_error;
ret = GST_FLOW_ERROR;

View file

@ -1732,7 +1732,7 @@ write_header_extension (GstRTPHeaderExtension * ext, gpointer user_data)
/* wrote too much! */
g_error ("Overflow detected writing rtp header extensions. One of the "
"instances likely did not report a large enough maximum size. "
"Memory corruption has occured. Aborting");
"Memory corruption has occurred. Aborting");
goto error;
}