From c5094206ce6ff1a557540ed6e0d8505bc6db0031 Mon Sep 17 00:00:00 2001 From: stepshal Date: Sun, 26 Jun 2016 01:07:38 +0700 Subject: Fix misspellings --- misc/bstr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/bstr.h b/misc/bstr.h index 2785520b87..4aba35e965 100644 --- a/misc/bstr.h +++ b/misc/bstr.h @@ -116,7 +116,7 @@ int bstr_validate_utf8(struct bstr s); // talloc, with talloc_ctx as parent. struct bstr bstr_sanitize_utf8_latin1(void *talloc_ctx, struct bstr s); -// Return the text before the occurance of a character, and return it. Change +// Return the text before the occurrence of a character, and return it. Change // *rest to point to the text following this character. (rest can be NULL.) struct bstr bstr_splitchar(struct bstr str, struct bstr *rest, const char c); -- cgit v1.2.3