From ce2b3707084093ae81877e62cd9c5fdcf9096d9f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 12 Feb 2025 03:22:46 -0500 Subject: Fix spelling --- include/zix/path.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/zix/path.h') diff --git a/include/zix/path.h b/include/zix/path.h index 69b2897..ba23b10 100644 --- a/include/zix/path.h +++ b/include/zix/path.h @@ -62,7 +62,7 @@ zix_path_preferred(ZixAllocator* ZIX_NULLABLE allocator, Paths in normal form have all dot segments removed and use only a single preferred separator for all separators (that is, any number of separators is - replaced with a single "\" on Windows, and a single "/" everwhere else). + replaced with a single "\" on Windows, and a single "/" everywhere else). Note that this function doesn't access the filesystem, so won't do anything like case normalization or symbolic link dereferencing. For that, use -- cgit v1.2.1