This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 9203a235e0 [typo] Fix typos in runtime_state.cpp (#10112)
9203a235e0 is described below
commit 9203a235e0500b16538df7ff31d966f9eb4baf59
Author: yinzhijian <[email protected]>
AuthorDate: Tue Jun 14 15:27:40 2022 +0800
[typo] Fix typos in runtime_state.cpp (#10112)
---
be/src/runtime/runtime_state.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/be/src/runtime/runtime_state.cpp b/be/src/runtime/runtime_state.cpp
index 3c9c81b0c7..482b56d378 100644
--- a/be/src/runtime/runtime_state.cpp
+++ b/be/src/runtime/runtime_state.cpp
@@ -389,7 +389,7 @@ Status
RuntimeState::append_error_msg_to_file(std::function<std::string()> line,
if (query_type() != TQueryType::LOAD) {
return Status::OK();
}
- // If file havn't been opened, open it here
+ // If file haven't been opened, open it here
if (_error_log_file == nullptr) {
Status status = create_error_log_file();
if (!status.ok()) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]