Skip to content

Commit 84b9723

Browse files
aobolenskCopilot
andauthored
Update modules/core/task/src/task.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 018271b commit 84b9723

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/core/task/src/task.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ void ppc::core::Task::InternalOrderTest(const std::string& str) {
7676

7777
ppc::core::Task::~Task() {
7878
if (functions_order_ != right_functions_order_) {
79-
std::cerr << "ORDER OF FUCTIONS IS NOT RIGHT: Task functions order is invalid." << std::endl;
79+
std::cerr << "ORDER OF FUNCTIONS IS NOT RIGHT: Task functions order is invalid." << std::endl;
8080
std::terminate();
8181
}
8282
functions_order_.clear();

0 commit comments

Comments
 (0)