Skip to content

Commit

Permalink
Merge pull request ddnet#8671 from ChillerDragon/pr_fix_furst
Browse files Browse the repository at this point in the history
Fix first typo
  • Loading branch information
Jupeyy authored Aug 1, 2024
2 parents 2c61177 + ef1d5fa commit 44ff68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 44ff68a

Please sign in to comment.