src: s/detctor/detector/.

This commit is contained in:
Jehan 2017-08-18 12:03:54 +02:00
parent d9d014742a
commit c049332c41

View File

@ -75,7 +75,7 @@ void uchardet_delete(uchardet_t ud);
int uchardet_handle_data(uchardet_t ud, const char * data, size_t len);
/**
* Notify an end of data to an encoding detctor.
* Notify an end of data to an encoding detector.
* @param ud [in] handle of a instance of uchardet
*/
void uchardet_data_end(uchardet_t ud);