From 1a6c9dda36ff4cdb78af1926da987b232e8b1fb1 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 7 Jun 2026 13:12:20 +0200 Subject: [PATCH] docs: fix typo: maintainance -> maintenance Signed-off-by: Oliver Smith Part-of: --- docs/generic-kernels.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/generic-kernels.md b/docs/generic-kernels.md index f19aa2784..3f76b9519 100644 --- a/docs/generic-kernels.md +++ b/docs/generic-kernels.md @@ -104,7 +104,7 @@ kernel_stable() { } kernel_lts() { - pkgdesc="Long-term maintainance kernel (most stability, not all security fixes & new features)" + pkgdesc="Long-term maintenance kernel (most stability, not all security fixes & new features)" depends="linux-postmarketos-lts" devicepkg_subpackage_kernel $startdir $pkgname $subpkgname } diff --git a/docs/index.md b/docs/index.md index 81953f42e..b0b7d57ae 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,7 +3,7 @@ pmaports is the repository that holds the package build definitions in postmarketOS. -When porting a new device or doing maintainance work around the distribution, +When porting a new device or doing maintenance work around the distribution, you will usually be working inside of pmaports. This documentation section covers the Dos and Don'ts of packaging software