diff options
author | Mike Causer <mcauser@gmail.com> | 2019-02-13 12:29:01 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-10-16 14:08:28 +1100 |
commit | a2c4cb484d6018a65dabd921c509fc12b71a088b (patch) | |
tree | f83725e5b9ff8390ff8a5ebc8c64926acb08db0a /docs/library | |
parent | 5a8f392f09e3826ff2a1f4330700198e9c0d42cc (diff) |
docs: Fix spelling in various parts of the docs.
Diffstat (limited to 'docs/library')
-rw-r--r-- | docs/library/network.rst | 2 | ||||
-rw-r--r-- | docs/library/uhashlib.rst | 4 | ||||
-rw-r--r-- | docs/library/uos.rst | 4 |
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 |