Browse Source

Merge pull request #2 from fps/master

fix a typo
tags/0.124.0^0
pauldavisthefirst 11 years ago
parent
commit
a14583ed99
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      metadata.h

+ 2
- 2
metadata.h View File

@@ -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.
*/


Loading…
Cancel
Save