From ef1d5fa78c01336b2070ac950b73110c065bbe35 Mon Sep 17 00:00:00 2001 From: ChillerDragon Date: Thu, 1 Aug 2024 11:46:50 +0800 Subject: [PATCH] Fix first typo --- src/base/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/system.h b/src/base/system.h index e2a1f2c31..400986a24 100644 --- a/src/base/system.h +++ b/src/base/system.h @@ -1612,7 +1612,7 @@ const char *str_find(const char *haystack, const char *needle); * @param delim String to search for * @param offset Number of characters into the haystack * @param start Will be set to the first delimiter on the left side of the offset (or haystack start) - * @param end Will be set to the furst delimiter on the right side of the offset (or haystack end) + * @param end Will be set to the first delimiter on the right side of the offset (or haystack end) * * @return `true` if both delimiters were found * @return 'false' if a delimiter is missing (it uses haystack start and end as fallback)