Fix typo: occurrencies -> occurrences

This commit is contained in:
Joseph Herlant 2018-09-17 09:50:43 -07:00
parent 233713222c
commit d70613151c
No known key found for this signature in database
GPG key ID: 63F7800A23D7B252

View file

@ -54,7 +54,7 @@ void *pa_dynarray_last(pa_dynarray *array);
int pa_dynarray_remove_by_index(pa_dynarray *array, unsigned i);
/* Returns -PA_ERR_NOENTITY if p is not found in the array, and zero
* otherwise. If the array contains multiple occurrencies of p, only one of
* otherwise. If the array contains multiple occurrences of p, only one of
* them is removed (and it's unspecified which one). */
int pa_dynarray_remove_by_data(pa_dynarray *array, void *p);