mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-13 03:19:47 +03:00
pmb/helpers/other: fix typo found by codespell
Part-of: https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/merge_requests/2588
This commit is contained in:
parent
26c310f374
commit
f6b0ebd78c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ def folder_size(path: Path) -> int:
|
||||||
"""Run `du` to calculate the size of a folder.
|
"""Run `du` to calculate the size of a folder.
|
||||||
|
|
||||||
(this is less code and faster than doing the same task in pure Python)
|
(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
|
:returns: folder size in kilobytes
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue