From 37ea72862002ce23d881a58ba07f7e181bf0c914 Mon Sep 17 00:00:00 2001 From: Ravikiran Chollangi Date: Fri, 13 Sep 2024 09:28:49 -0700 Subject: [PATCH] Fix Typos in IPA windows (#1698) --- CMakeLists.txt | 2 +- src/InteractivePathAnalysis/NCriticalPathToolsWidget.cpp | 2 +- src/InteractivePathAnalysis/client/GateIO.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 00c818aeb..444f4e448 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ set(VERSION_MINOR 0) # Add the spdlog directory to the include path include_directories(${CMAKE_CURRENT_SOURCE_DIR}/third_party/spdlog/include ${CMAKE_CURRENT_SOURCE_DIR}/third_party/exprtk ${CMAKE_CURRENT_SOURCE_DIR}/third_party/scope_guard) -set(VERSION_PATCH 426) +set(VERSION_PATCH 427) option( diff --git a/src/InteractivePathAnalysis/NCriticalPathToolsWidget.cpp b/src/InteractivePathAnalysis/NCriticalPathToolsWidget.cpp index 8050c53c8..e209df696 100644 --- a/src/InteractivePathAnalysis/NCriticalPathToolsWidget.cpp +++ b/src/InteractivePathAnalysis/NCriticalPathToolsWidget.cpp @@ -214,7 +214,7 @@ void NCriticalPathToolsWidget::setupCriticalPathsOptionsMenu( m_cbHighlightMode->addItem(item.c_str()); } - addRowToFormLayout(formLayout, tr("Hight light mode:"), m_cbHighlightMode); + addRowToFormLayout(formLayout, tr("Highlight mode:"), m_cbHighlightMode); // m_cbDrawCritPathContour = new QCheckBox; diff --git a/src/InteractivePathAnalysis/client/GateIO.cpp b/src/InteractivePathAnalysis/client/GateIO.cpp index 4e8e38642..33b852232 100644 --- a/src/InteractivePathAnalysis/client/GateIO.cpp +++ b/src/InteractivePathAnalysis/client/GateIO.cpp @@ -55,7 +55,7 @@ GateIO::GateIO(const NCriticalPathParametersPtr& parameters) GateIO::~GateIO() {} void GateIO::onHightLightModeChanged() { - requestPathItemsHighLight(m_lastPathItems, "hight light mode changed"); + requestPathItemsHighLight(m_lastPathItems, "highlight mode changed"); } void GateIO::onServerPortDetected(int serverPortNum) {