mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-11 22:20:05 +08:00
src: s/detctor/detector/.
This commit is contained in:
parent
d9d014742a
commit
c049332c41
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user