From 194f36f6c0ab6b2e658377a4228944ef0a19d0ef Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 14 Oct 2021 16:30:02 -0600 Subject: [PATCH] api: header: fix typo Signed-off-by: Jason A. Donenfeld --- api/wintun.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/wintun.h b/api/wintun.h index ff1223a..6b7e0da 100644 --- a/api/wintun.h +++ b/api/wintun.h @@ -44,7 +44,7 @@ typedef struct _WINTUN_ADAPTER *WINTUN_ADAPTER_HANDLE; * @param Name The requested name of the adapter. Zero-terminated string of up to MAX_ADAPTER_NAME-1 * characters. * - * @param TunelType Name of the adapter tunnel type. Zero-terminated string of up to MAX_ADAPTER_NAME-1 + * @param TunnelType Name of the adapter tunnel type. Zero-terminated string of up to MAX_ADAPTER_NAME-1 * characters. * * @param RequestedGUID The GUID of the created network adapter, which then influences NLA generation deterministically.