diff --git a/dbms/src/Processors/Formats/IInputFormat.h b/dbms/src/Processors/Formats/IInputFormat.h index 7fa6859da9f..00cb38405cf 100644 --- a/dbms/src/Processors/Formats/IInputFormat.h +++ b/dbms/src/Processors/Formats/IInputFormat.h @@ -27,7 +27,7 @@ public: /** In some usecase (hello Kafka) we need to read a lot of tiny streams in exactly the same format. * The recreating of parser for each small stream takes too long, so we introduce a method - * resetParser() which allow to reset the state of parser to continure reading of + * resetParser() which allow to reset the state of parser to continue reading of * source stream w/o recreating that. * That should be called after current buffer was fully read. */ diff --git a/utils/ci/README.md b/utils/ci/README.md index 003f547fb79..5bb22933ad1 100644 --- a/utils/ci/README.md +++ b/utils/ci/README.md @@ -107,7 +107,7 @@ Using libraries from OS packages is discouraged, but we also support this option - shared; Static linking is the only option for production usage. -We also have support for shared linking, but it is indended only for developers. +We also have support for shared linking, but it is intended only for developers. #### Make tools: - make;