diff options
Diffstat (limited to 'doc/lib.txt')
-rwxr-xr-x | doc/lib.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index f4d3dde30..a429a8289 100755 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -38,11 +38,11 @@ Core * `threads <threads.html>`_ Nimrod thread support. **Note**: This is part of the system module. Do not - import it explicitely. + import it explicitly. * `channels <channels.html>`_ Nimrod message passing support for threads. **Note**: This is part of the - system module. Do not import it explicitely. + system module. Do not import it explicitly. * `locks <locks.html>`_ Locks and condition variables for Nimrod. |