Skip to content

Commit

Permalink
Change spelling in header
Browse files Browse the repository at this point in the history
Minor change 'cancellation' > 'cancelation'.
  • Loading branch information
tidwall committed Jun 25, 2024
1 parent 6d444ab commit ab4b1ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neco.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ab4b1ad

Please sign in to comment.