1
0
Fork 1
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:
Oliver Smith 2025-06-03 17:25:10 +02:00
parent 26c310f374
commit f6b0ebd78c
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -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
""" """