From 9aa2d211b08fe6e523df3609d2c86f940add8059 Mon Sep 17 00:00:00 2001 From: NickDraper <nick.draper@stfc.ac.uk> Date: Tue, 7 Jul 2015 16:07:49 +0100 Subject: [PATCH] Update FrameworkManager.cpp Bad comment and spelling error correction re #12064 --- Code/Mantid/Framework/API/src/FrameworkManager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/Mantid/Framework/API/src/FrameworkManager.cpp b/Code/Mantid/Framework/API/src/FrameworkManager.cpp index 67c50618ada..f6fe81aa915 100644 --- a/Code/Mantid/Framework/API/src/FrameworkManager.cpp +++ b/Code/Mantid/Framework/API/src/FrameworkManager.cpp @@ -133,7 +133,7 @@ void FrameworkManagerImpl::UpdateInstrumentDefinitions() { } -/// Update instrument definitions from github +/// Check if a newer release of Mantid is available void FrameworkManagerImpl::CheckIfNewerVersionIsAvailable() { try { IAlgorithm *algCheckVersion = @@ -142,7 +142,7 @@ void FrameworkManagerImpl::CheckIfNewerVersionIsAvailable() { Poco::ActiveResult<bool> result = algCheckVersion->executeAsync(); } catch (Kernel::Exception::NotFoundError &) { g_log.debug() << "CheckMantidVersion algorithm is not available - cannot " - "ucheck if a newer version is available." << std::endl; + "check if a newer version is available." << std::endl; } } -- GitLab