s/accured/occurred/g

This commit is contained in:
Thibault Saunier 2019-01-18 17:25:11 -03:00 committed by Mathieu Duponchelle
parent d9f457c578
commit aa2f29bad3
4 changed files with 4 additions and 4 deletions

View file

@ -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;
};

View file

@ -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

View file

@ -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);
}

View file

@ -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);
}
/***********************************************