util: Fix a few spelling mistakes

Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: Ib6f0232292c9e289ee1e87998493ea70beea8e78
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64750
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Martin Roth 2022-05-28 12:33:44 -06:00 committed by Martin L Roth
parent bbe876250f
commit e44a3d2842
5 changed files with 7 additions and 7 deletions

View File

@ -61,10 +61,10 @@ configdir="$TOP/configs"
TIMELESS=0 TIMELESS=0
# One might want to adjust these in case of cross compiling # One might want to adjust these in case of cross compiling
for i in make gmake gnumake nonexistant_make; do for i in make gmake gnumake nonexistent_make; do
$i --version 2>/dev/null |grep "GNU Make" >/dev/null && break $i --version 2>/dev/null |grep "GNU Make" >/dev/null && break
done done
if [ "$i" = "nonexistant_make" ]; then if [ "$i" = "nonexistent_make" ]; then
echo No GNU Make found. echo No GNU Make found.
exit 1 exit 1
fi fi

View File

@ -208,7 +208,7 @@ main() {
fi fi
query_path=$1 query_path=$1
else else
echo "Warning: Ignoring over-abundant paramter: \"${1}\"">&2 echo "Warning: Ignoring over-abundant parameter: \"${1}\"">&2
fi fi
shift;; shift;;
esac; esac;

View File

@ -343,7 +343,7 @@ __EndMark__
End of legacy frame is implicit only. End of legacy frame is implicit only.
It must be followed by a standard EOF (End Of File) signal, It must be followed by a standard EOF (End Of File) signal,
wether it is a file or a stream. whether it is a file or a stream.
Alternatively, if the frame is followed by a valid Frame Magic Number, Alternatively, if the frame is followed by a valid Frame Magic Number,
it is considered completed. it is considered completed.

View File

@ -14,7 +14,7 @@
#include "ToggleSwitch.h" #include "ToggleSwitch.h"
#include "ui_MainWindow.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."); 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){ QString makeNvramErrorMessage(const QString& error){
@ -347,7 +347,7 @@ void MainWindow::writeSettings(const QString &fileName)
return; return;
} }
if(!Configuration::toFile(fileName, m_parameters)){ 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(); this->close();
} }
} }

View File

@ -85,7 +85,7 @@
kbl_timeout: kbl_timeout:
displayName: Keyboard Backlight Timeout displayName: Keyboard Backlight Timeout
type: enum 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: fn_ctrl_swap:
displayName: Fn Ctrl Reverse displayName: Fn Ctrl Reverse
type: bool type: bool