summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorJames Cowgill <james410@cowgill.org.uk>2016-08-05 22:35:54 +0100
committerJames Cowgill <james410@cowgill.org.uk>2016-08-05 22:35:54 +0100
commit9fb50ae8ed250301c0205848101de9f2fdbb2471 (patch)
treebc4105bbbc6ce6fb00cd98db6637679755d98b96 /misc
parentb3df5144ae0631b8634e535ba90245e8cdfd2a0a (diff)
Imported Upstream version 0.18.1
Diffstat (limited to 'misc')
-rw-r--r--misc/bstr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/bstr.h b/misc/bstr.h
index 2785520..4aba35e 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);