Skip to content

Commit 9e17942

Browse files
authored
Merge pull request #29063 from RMRattray/my-first-minor-spelling-error
Fix minor spelling error
2 parents 2bceb3d + d7f9d07 commit 9e17942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/appfactory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ std::shared_ptr<muse::IApplication> AppFactory::newGuiApp(const CmdOptions& opti
247247
std::shared_ptr<GuiApp> app = std::make_shared<GuiApp>(options, ctx);
248248

249249
//! NOTE `diagnostics` must be first, because it installs the crash handler.
250-
//! For other modules, the order is (an should be) unimportant.
250+
//! For other modules, the order is (and should be) unimportant.
251251
app->addModule(new muse::diagnostics::DiagnosticsModule());
252252

253253
// framework

0 commit comments

Comments
 (0)