From ca48548b5cb965380cbbf34f93c09ecc081b8e4a Mon Sep 17 00:00:00 2001 From: ThomasMiz <32400648+ThomasMiz@users.noreply.github.com> Date: Tue, 4 Mar 2025 11:12:57 -0300 Subject: [PATCH 1/2] fix: typo on error message (#91) --- ubuntu-mainline-kernel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu-mainline-kernel.sh b/ubuntu-mainline-kernel.sh index 0ea67cc..da24892 100755 --- a/ubuntu-mainline-kernel.sh +++ b/ubuntu-mainline-kernel.sh @@ -781,7 +781,7 @@ EOF --update=no \ --rename=yes \ --series="$series"; then - err "Error durring build" + err "Error during build" exit 1 fi From eac49d0d3ae480ea327f7af9815d02e15af335f4 Mon Sep 17 00:00:00 2001 From: ThomasMiz <32400648+ThomasMiz@users.noreply.github.com> Date: Tue, 4 Mar 2025 12:00:33 -0300 Subject: [PATCH 2/2] chore: fix typo (#92) * fix: typo on error message * fix: update arguments with typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 303b643..1ee32d5 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Arguments: -i [VERSION] Install kernel VERSION, see -l for list. You don't have to prefix with v. E.g. -i 4.9 is the same as -i v4.9. If version is omitted the latest available version will be installed - -l [SEARCH] List locally installedkernel versions. If an argument to this + -l [SEARCH] List locally installed kernel versions. If an argument to this option is supplied it will search for that -r [SEARCH] List available kernel versions. If an argument to this option is supplied it will search for that