From 7b62174d0073ee758fb5fcf8e21ff35cfc766c83 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 25 Jun 2022 21:50:32 +0200 Subject: -fix typos --- src/include/taler_util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/taler_util.h') diff --git a/src/include/taler_util.h b/src/include/taler_util.h index e5c7b97b5..afc8ebada 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); -- cgit v1.2.3