Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2017-08-07 17:22:01 +02:00
parent c11d13c4b9
commit ca280574ba
13 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -37,7 +37,7 @@ struct swid_gen_t {
* @param package Package name (can be NULL)
* @param version Package version (can be NULL)
* @param full Generate full SWID tags with file information
* @param pretty Generate SWID tags with pretty formating
* @param pretty Generate SWID tags with pretty formatting
* @return SWID tag
*/
char* (*generate_tag)(swid_gen_t *this, char *sw_id, char *package,
@@ -48,7 +48,7 @@ struct swid_gen_t {
*
* @param sw_id_only Return software identifier only
* @param full Generate full SWID tags with file information
* @param pretty Generate SWID tags with pretty formating
* @param pretty Generate SWID tags with pretty formatting
* @return Tag enumerator (sw_id, tag)
*/
enumerator_t* (*create_tag_enumerator)(swid_gen_t *this, bool sw_id_only,