Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libketama/ketama.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down