diff options
Diffstat (limited to 'docs/library/uos.rst')
-rw-r--r-- | docs/library/uos.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/uos.rst b/docs/library/uos.rst index bb95107c04..77a61ca449 100644 --- a/docs/library/uos.rst +++ b/docs/library/uos.rst @@ -81,7 +81,7 @@ Functions .. function:: unmount(path) - Unmounts a prevoulsy mounted block device from the given path. + Unmounts a previously mounted block device from the given path. .. function:: mkfs(block_device or path) |