From e44a3d28422ec5d1498bc8526ba7574a8c855ac5 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sat, 28 May 2022 12:33:44 -0600 Subject: util: Fix a few spelling mistakes Signed-off-by: Martin Roth Change-Id: Ib6f0232292c9e289ee1e87998493ea70beea8e78 Reviewed-on: https://review.coreboot.org/c/coreboot/+/64750 Tested-by: build bot (Jenkins) Reviewed-by: Elyes Haouas Reviewed-by: Felix Singer --- util/coreboot-configurator/src/application/MainWindow.cpp | 4 ++-- util/coreboot-configurator/src/application/qrc/categories.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'util/coreboot-configurator/src') diff --git a/util/coreboot-configurator/src/application/MainWindow.cpp b/util/coreboot-configurator/src/application/MainWindow.cpp index d51937d161..974f2adc90 100644 --- a/util/coreboot-configurator/src/application/MainWindow.cpp +++ b/util/coreboot-configurator/src/application/MainWindow.cpp @@ -14,7 +14,7 @@ #include "ToggleSwitch.h" #include "ui_MainWindow.h" -static auto s_errorWindowTitle = MainWindow::tr("Error Occured"); +static auto s_errorWindowTitle = MainWindow::tr("Error Occurred"); static auto s_nvramErrorMessage = MainWindow::tr("Nvramtool was not able to access cmos settings. Look at documentation for possible causes of errors."); QString makeNvramErrorMessage(const QString& error){ @@ -347,7 +347,7 @@ void MainWindow::writeSettings(const QString &fileName) return; } if(!Configuration::toFile(fileName, m_parameters)){ - QMessageBox::critical(this, tr("Error Occured"), tr("Can't open file to write")); + QMessageBox::critical(this, tr("Error Occurred"), tr("Can't open file to write")); this->close(); } } diff --git a/util/coreboot-configurator/src/application/qrc/categories.yaml b/util/coreboot-configurator/src/application/qrc/categories.yaml index 21419511fe..dc0e38bccd 100644 --- a/util/coreboot-configurator/src/application/qrc/categories.yaml +++ b/util/coreboot-configurator/src/application/qrc/categories.yaml @@ -85,7 +85,7 @@ kbl_timeout: displayName: Keyboard Backlight Timeout type: enum - help: Adjust the amout of time before the keyboard backlight turns off when un-used + help: Adjust the amount of time before the keyboard backlight turns off when un-used fn_ctrl_swap: displayName: Fn Ctrl Reverse type: bool -- cgit v1.2.3