From 754e0360937fdd47d0abff2ccd48adaa8e234e40 Mon Sep 17 00:00:00 2001 From: AdenKoperczak Date: Tue, 10 Sep 2024 07:51:05 -0400 Subject: [PATCH] Fixed incorrect word in comment --- scwx-qt/source/scwx/qt/ui/wfo_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scwx-qt/source/scwx/qt/ui/wfo_dialog.cpp b/scwx-qt/source/scwx/qt/ui/wfo_dialog.cpp index 5c950e38..7fd3630e 100644 --- a/scwx-qt/source/scwx/qt/ui/wfo_dialog.cpp +++ b/scwx-qt/source/scwx/qt/ui/wfo_dialog.cpp @@ -116,7 +116,7 @@ std::string WFODialog::wfo_id() void WFODialog::Impl::UpdateModel() { - // Clear existing counties + // Clear existing WFOs model_->clear(); // Disable OK button