aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_util.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-25 21:50:32 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-25 21:50:32 +0200
commit3b9e9eed11333fcd4f6a9299d06274cba77a5434 (patch)
tree9321ecd859a7cd0d1df8bb93662efc9bd08a057c /src/include/taler_util.h
parent76ad5baec7109416e292f3c49c3606abeb3815b6 (diff)
-fix typos
Diffstat (limited to 'src/include/taler_util.h')
-rw-r--r--src/include/taler_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_util.h b/src/include/taler_util.h
index e5c7b97b..afc8ebad 100644
--- a/src/include/taler_util.h
+++ b/src/include/taler_util.h
@@ -494,12 +494,12 @@ TALER_yna_to_string (enum TALER_EXCHANGE_YesNoAll yna);
#ifdef __APPLE__
/**
- * Returns the first occurence of `c` in `s`, or returns the null-byte
+ * Returns the first occurrence of `c` in `s`, or returns the null-byte
* terminating the string if it does not occur.
*
* @param s the string to search in
* @param c the character to search for
- * @return char* the first occurence of `c` in `s`
+ * @return char* the first occurrence of `c` in `s`
*/
char *strchrnul (const char *s, int c);