mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
s/accured/occurred/g
This commit is contained in:
parent
d9f457c578
commit
aa2f29bad3
4 changed files with 4 additions and 4 deletions
|
@ -131,7 +131,7 @@ struct _GESAssetPrivate
|
|||
GList *proxies;
|
||||
GESAsset *proxy_target;
|
||||
|
||||
/* The error that accured when an asset has been initialized with error */
|
||||
/* The error that occurred when an asset has been initialized with error */
|
||||
GError *error;
|
||||
};
|
||||
|
||||
|
|
|
@ -528,7 +528,7 @@ ges_project_class_init (GESProjectClass * klass)
|
|||
/**
|
||||
* GESProject::error-loading-asset:
|
||||
* @project: the #GESProject on which a problem happend when creted a #GESAsset
|
||||
* @error: The #GError defining the error that accured, might be %NULL
|
||||
* @error: The #GError defining the error that occured, might be %NULL
|
||||
* @id: The @id of the asset that failed loading
|
||||
* @extractable_type: The @extractable_type of the asset that
|
||||
* failed loading
|
||||
|
|
|
@ -101,7 +101,7 @@ ges_transition_clip_update_vtype_internal (GESClip *
|
|||
GESAsset *asset =
|
||||
ges_asset_request (GES_TYPE_TRANSITION_CLIP, asset_id, NULL);
|
||||
|
||||
/* We already checked the value, so we can be sure no error will accured */
|
||||
/* We already checked the value, so we can be sure no error occurred */
|
||||
ges_extractable_set_asset (GES_EXTRACTABLE (self), asset);
|
||||
gst_object_unref (asset);
|
||||
}
|
||||
|
|
|
@ -841,7 +841,7 @@ static void
|
|||
_error_parsing (GMarkupParseContext * context, GError * error,
|
||||
gpointer user_data)
|
||||
{
|
||||
GST_WARNING ("Error accured when parsing %s", error->message);
|
||||
GST_WARNING ("Error occurred when parsing %s", error->message);
|
||||
}
|
||||
|
||||
/***********************************************
|
||||
|
|
Loading…
Reference in a new issue