Fix misprint.

This commit is contained in:
levlam 2021-03-31 15:50:51 +03:00
parent b7e77765be
commit b86a3fe227
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ namespace td {
* Interface for managing the internal logging of TDLib.
* By default TDLib writes logs to stderr or an OS specific log and uses a verbosity level of 5.
* These functions are deprecated since TDLib 1.4.0 in favor of the td::td_api::setLogVerbosityLevel,
* td::td_api::setLogStream and other synchronous requests for managing the intrenal TDLib logging.
* td::td_api::setLogStream and other synchronous requests for managing the internal TDLib logging.
*/
class Log {
public:

View File

@ -11,7 +11,7 @@
* C interface for managing the internal logging of TDLib.
* By default TDLib writes logs to stderr or an OS specific log and uses a verbosity level of 5.
* These functions are deprecated since TDLib 1.4.0 in favor of the setLogVerbosityLevel, setLogStream and
* other synchronous requests for managing the intrenal TDLib logging.
* other synchronous requests for managing the internal TDLib logging.
*/
#include "td/telegram/tdjson_export.h"