Fixed additional typos in comments and log messages.
This commit is contained in:
@@ -29,7 +29,7 @@ typedef enum builder_part_t builder_part_t;
|
||||
* Constructor function to build credentials.
|
||||
*
|
||||
* Any added parts are cloned/refcounted by the builder implementation.
|
||||
* Callers may need to free the passed ressources themselves.
|
||||
* Callers may need to free the passed resources themselves.
|
||||
*
|
||||
* @param subtype constructor specific subtype, e.g. a certificate_type_t
|
||||
* @param args list of builder part types, followed by parts, BUILD_END
|
||||
|
||||
@@ -26,7 +26,7 @@ typedef struct fetcher_manager_t fetcher_manager_t;
|
||||
#include <fetcher/fetcher.h>
|
||||
|
||||
/**
|
||||
* Fetches from URIs using registerd fetcher_t instances.
|
||||
* Fetches from URIs using registered fetcher_t instances.
|
||||
*/
|
||||
struct fetcher_manager_t {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user