From c049332c41e6057cee075d614ff34f8041ce1812 Mon Sep 17 00:00:00 2001 From: Jehan Date: Fri, 18 Aug 2017 12:03:54 +0200 Subject: [PATCH] src: s/detctor/detector/. --- src/uchardet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uchardet.h b/src/uchardet.h index 0ad1de1..bc17694 100644 --- a/src/uchardet.h +++ b/src/uchardet.h @@ -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);