From 5683d58194101120385a06088485351b4baa9d86 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sat, 12 Dec 2020 17:12:28 +1100 Subject: [PATCH] docs: fix simple typo, occured -> occurred There is a small typo in libketama/ketama.h. Should read `occurred` rather than `occured`. --- libketama/ketama.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libketama/ketama.h b/libketama/ketama.h index 8f7de1d..5d5c431 100644 --- a/libketama/ketama.h +++ b/libketama/ketama.h @@ -107,7 +107,7 @@ unsigned int ketama_hashi( char* inString ); void ketama_md5_digest( char* inString, unsigned char md5pword[16] ); /** \brief Error method for error checking. - * \return The latest error that occured. */ + * \return The latest error that occurred. */ char* ketama_error(); #ifdef __cplusplus /* If this is a C++ compiler, end C linkage */