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