From a483e73426eb8f6cf2562036d32569ee4bef6752 Mon Sep 17 00:00:00 2001 From: Florian Paul Schmidt Date: Tue, 21 Jan 2014 20:16:10 +0100 Subject: [PATCH] fix a typo --- metadata.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata.h b/metadata.h index 9d3ca5c..5f9bbfe 100644 --- a/metadata.h +++ b/metadata.h @@ -128,7 +128,7 @@ jack_free_description (jack_description_t* desc, int free_description_itself); * Get a description of @p subject. * @param subject The subject to get all properties of. * @param desc Set to the description of subject if found, or NULL otherwise. - * The caller must free this value with jack_free_desription(). + * The caller must free this value with jack_free_description(). * @return 0 on success, -1 if no @p subject with any properties exists. */ int @@ -138,7 +138,7 @@ jack_get_properties (jack_uuid_t subject, /** * Get descriptions for all subjects with metadata. * @param descs Set to a NULL-terminated array of descriptions. - * The caller must free each of these with jack_free_desription(), + * The caller must free each of these with jack_free_description(), * and the array itself with jack_free(). * @return 0 on success. */