* correct. In most cases we need to start a new daemon
*
* @param h the handle to add to a daemon
- * @praram domain the domain the ssl daemon has to serve
+ * @param domain the domain the ssl daemon has to serve
* @return MHD_YES on success
*/
static int
/**
* Callback that shortens authorities
*
- * @param name the name given by delegation
- * @param zone the authority
- * @param our_zone our local zone
- * @param key the private key of our authority
+ * @param gph the handle containing the name to shorten
*/
static void
shorten_authority_chain (struct GetPseuAuthorityHandle *gph);