summaryrefslogtreecommitdiff
path: root/docs/library
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library')
-rw-r--r--docs/library/network.rst2
-rw-r--r--docs/library/uhashlib.rst4
-rw-r--r--docs/library/uos.rst4
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/library/network.rst b/docs/library/network.rst
index 0c5659244..01e6f6136 100644
--- a/docs/library/network.rst
+++ b/docs/library/network.rst
@@ -68,7 +68,7 @@ parameter should be `id`.
(password) required to access said service. There can be further
arbitrary keyword-only parameters, depending on the networking medium
type and/or particular device. Parameters can be used to: a)
- specify alternative service identifer types; b) provide additional
+ specify alternative service identifier types; b) provide additional
connection parameters. For various medium types, there are different
sets of predefined/recommended parameters, among them:
diff --git a/docs/library/uhashlib.rst b/docs/library/uhashlib.rst
index 50ed658cc..e1eddd2b7 100644
--- a/docs/library/uhashlib.rst
+++ b/docs/library/uhashlib.rst
@@ -18,10 +18,10 @@ be implemented:
* SHA1 - A previous generation algorithm. Not recommended for new usages,
but SHA1 is a part of number of Internet standards and existing
applications, so boards targeting network connectivity and
- interoperatiability will try to provide this.
+ interoperability will try to provide this.
* MD5 - A legacy algorithm, not considered cryptographically secure. Only
- selected boards, targeting interoperatibility with legacy applications,
+ selected boards, targeting interoperability with legacy applications,
will offer this.
Constructors
diff --git a/docs/library/uos.rst b/docs/library/uos.rst
index c7460134b..58ac83b2b 100644
--- a/docs/library/uos.rst
+++ b/docs/library/uos.rst
@@ -94,10 +94,10 @@ Filesystem access
* ``f_frsize`` -- fragment size
* ``f_blocks`` -- size of fs in f_frsize units
* ``f_bfree`` -- number of free blocks
- * ``f_bavail`` -- number of free blocks for unpriviliged users
+ * ``f_bavail`` -- number of free blocks for unprivileged users
* ``f_files`` -- number of inodes
* ``f_ffree`` -- number of free inodes
- * ``f_favail`` -- number of free inodes for unpriviliged users
+ * ``f_favail`` -- number of free inodes for unprivileged users
* ``f_flag`` -- mount flags
* ``f_namemax`` -- maximum filename length