From 8b0f60742e8ed491ceac8f9f67ac432fabe7e8cc Mon Sep 17 00:00:00 2001 From: Eugene Zelenko Date: Fri, 4 Jun 2021 10:46:46 -0700 Subject: [PATCH] Fix misspellings in lay and tl. --- src/lay/lay/gsiDeclLayApplication.cc | 2 +- src/lay/lay/gsiDeclLayMainWindow.cc | 2 +- src/lay/lay/layApplication.cc | 2 +- src/lay/lay/layApplication.h | 2 +- src/lay/lay/layHelpSource.cc | 4 ++-- src/lay/lay/layHelpSource.h | 2 +- src/lay/lay/layMacroEditorPage.cc | 2 +- src/lay/lay/layMacroEditorSetupPage.cc | 2 +- src/lay/lay/layMainConfigPages.cc | 2 +- src/lay/lay/layMainWindow.h | 4 ++-- src/lay/lay/laySalt.cc | 2 +- src/lay/lay/laySaltGrainDetailsTextWidget.h | 2 +- src/lay/lay/laySignalHandler.cc | 2 +- src/lay/lay/laySystemPaths.h | 2 +- src/tl/tl/tlCommandLineParser.h | 2 +- src/tl/tl/tlCopyOnWrite.h | 6 +++--- src/tl/tl/tlDataMapping.cc | 2 +- src/tl/tl/tlDataMapping.h | 4 ++-- src/tl/tl/tlDeflate.h | 2 +- src/tl/tl/tlEvents.cc | 4 ++-- src/tl/tl/tlEvents.h | 2 +- src/tl/tl/tlHttpStream.h | 4 ++-- src/tl/tl/tlHttpStreamCurl.h | 4 ++-- src/tl/tl/tlKDTree.h | 4 ++-- src/tl/tl/tlObject.h | 2 +- src/tl/tl/tlProgress.h | 2 +- src/tl/tl/tlRecipe.h | 2 +- src/tl/tl/tlReuseVector.h | 4 ++-- src/tl/tl/tlSleep.h | 2 +- src/tl/tl/tlStream.h | 8 ++++---- src/tl/tl/tlString.h | 12 ++++++------ src/tl/tl/tlThreadedWorkers.h | 8 ++++---- src/tl/tl/tlUtils.h | 4 ++-- 33 files changed, 55 insertions(+), 55 deletions(-) diff --git a/src/lay/lay/gsiDeclLayApplication.cc b/src/lay/lay/gsiDeclLayApplication.cc index a578881dd..a24f61f6d 100644 --- a/src/lay/lay/gsiDeclLayApplication.cc +++ b/src/lay/lay/gsiDeclLayApplication.cc @@ -171,7 +171,7 @@ static gsi::Methods application_methods () "@brief Reads the configuration from a file\n" "@return A value indicating whether the operation was successful\n" "\n" - "This method siletly does nothing, if the config file does not\n" + "This method silently does nothing, if the config file does not\n" "exist. If it does and an error occurred, the error message is printed\n" "on stderr. In both cases, false is returned.\n" ) + diff --git a/src/lay/lay/gsiDeclLayMainWindow.cc b/src/lay/lay/gsiDeclLayMainWindow.cc index 02436e566..53e2e8dce 100644 --- a/src/lay/lay/gsiDeclLayMainWindow.cc +++ b/src/lay/lay/gsiDeclLayMainWindow.cc @@ -645,7 +645,7 @@ Class decl_MainWindow (QT_EXTERNAL_BASE (QMainWindow) "lay", "M "Starting from version 0.25, this method enables/disables edits on the current view only. \n" "Use LayoutView#enable_edits instead.\n" ) + - gsi::method ("synchronous=|#synchroneous", &lay::MainWindow::set_synchronous, gsi::arg ("sync_mode"), + gsi::method ("synchronous=|#synchronous", &lay::MainWindow::set_synchronous, gsi::arg ("sync_mode"), "@brief Puts the main window into synchronous mode\n" "\n" "@param sync_mode 'true' if the application should behave synchronously\n" diff --git a/src/lay/lay/layApplication.cc b/src/lay/lay/layApplication.cc index 659f7124e..b34801be4 100644 --- a/src/lay/lay/layApplication.cc +++ b/src/lay/lay/layApplication.cc @@ -954,7 +954,7 @@ ApplicationBase::usage () r += tl::to_string (QObject::tr (" -p Load the plugin (can be used multiple times)")) + "\n"; r += tl::to_string (QObject::tr (" -r