From f6b0ebd78cdf231aa8f5a64ff8882abd0bb89554 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 3 Jun 2025 17:25:10 +0200 Subject: [PATCH] pmb/helpers/other: fix typo found by codespell Part-of: https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/merge_requests/2588 --- pmb/helpers/other.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmb/helpers/other.py b/pmb/helpers/other.py index ee5f2a41..0824b6e6 100644 --- a/pmb/helpers/other.py +++ b/pmb/helpers/other.py @@ -19,7 +19,7 @@ def folder_size(path: Path) -> int: """Run `du` to calculate the size of a folder. (this is less code and faster than doing the same task in pure Python) - This result is only approximatelly right, but good enough for pmbootstrap's use case (#760). + This result is only approximately right, but good enough for pmbootstrap's use case (#760). :returns: folder size in kilobytes """