-/* $OpenBSD: http.c,v 1.86 2024/08/20 13:31:49 claudio Exp $ */
+/* $OpenBSD: http.c,v 1.87 2024/09/08 07:23:36 tb Exp $ */
/*
* Copyright (c) 2020 Nils Fisher <nils_fisher@hotmail.com>
* Copyright (c) 2020 Claudio Jeker <claudio@openbsd.org>
return 0;
fail:
- warnx("%s: decompression initalisation failed", conn_info(conn));
+ warnx("%s: decompression initialisation failed", conn_info(conn));
if (zctx != NULL)
free(zctx->zbuf);
free(zctx);
/*
* Create a new HTTP connection which will be used for the HTTP request req.
- * On errors a req faulure is issued and both connection and request are freed.
+ * On errors a req failure is issued and both connection and request are freed.
*/
static void
http_new(struct http_request *req)
}
/*
- * Called once an asynchronus connect request finished.
+ * Called once an asynchronous connect request finished.
*/
static enum res
http_finish_connect(struct http_connection *conn)
-/* $OpenBSD: mft.c,v 1.117 2024/06/11 10:38:40 tb Exp $ */
+/* $OpenBSD: mft.c,v 1.118 2024/09/08 07:23:36 tb Exp $ */
/*
* Copyright (c) 2022 Theo Buehler <tb@openbsd.org>
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
/*
* Determine rtype corresponding to file extension. Returns RTYPE_INVALID
- * on error or unkown extension.
+ * on error or unknown extension.
*/
enum rtype
rtype_from_file_extension(const char *fn)