From ab4b1adde5a2ad20c62a94c6f6384b5867038893 Mon Sep 17 00:00:00 2001 From: tidwall Date: Tue, 25 Jun 2024 06:02:33 -0700 Subject: [PATCH] Change spelling in header Minor change 'cancellation' > 'cancelation'. --- neco.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neco.h b/neco.h index a2c343e..6b905c5 100644 --- a/neco.h +++ b/neco.h @@ -208,10 +208,10 @@ int neco_dial_dl(const char *network, const char *address, int64_t deadline); /// @} //////////////////////////////////////////////////////////////////////////////// -// cancellation +// cancelation //////////////////////////////////////////////////////////////////////////////// -/// @defgroup Cancellation Cancellation +/// @defgroup Cancelation Cancelation /// @{ int neco_cancel(int64_t id);