summary refs log tree commit diff stats
path: root/doc/nimc.rst
diff options
context:
space:
mode:
authorTristano Ajmone <tajmone@gmail.com>2019-01-04 14:37:07 +0100
committerArne Döring <arne.doering@gmx.net>2019-01-04 14:37:07 +0100
commit4eee92a7a3741a2783b49dd74c11551cffc5518a (patch)
treedb2a28b972a87d26dde18a670db17f1d05b3a5e3 /doc/nimc.rst
parent319b46230cd96fe22a7d95b931e90ccf09783e61 (diff)
downloadNim-4eee92a7a3741a2783b49dd74c11551cffc5518a.tar.gz
Fix Typo in Compiler Guide (#10189)
Change 'ableit' to 'albeit'.
Diffstat (limited to 'doc/nimc.rst')
-rw-r--r--doc/nimc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nimc.rst b/doc/nimc.rst
index e1bf98ece..6f6d38d66 100644
--- a/doc/nimc.rst
+++ b/doc/nimc.rst
@@ -353,7 +353,7 @@ Define                   Effect
 ``useFork``              Makes ``osproc`` use ``fork`` instead of ``posix_spawn``.
 ``useNimRtl``            Compile and link against ``nimrtl.dll``.
 ``useMalloc``            Makes Nim use C's `malloc`:idx: instead of Nim's
-                         own memory manager, ableit prefixing each allocation with
+                         own memory manager, albeit prefixing each allocation with
                          its size to support clearing memory on reallocation.
                          This only works with ``gc:none``.
 ``useRealtimeGC``        Enables support of Nim's GC for *soft* realtime