From 550d9fd71cf6c78c86cc5a695fafa17e72ae6b18 Mon Sep 17 00:00:00 2001 From: Simon Warta <simon@warta.it> Date: Fri, 24 Jul 2015 23:46:44 +0200 Subject: Fix typos Thanks to @vlajos https://github.com/vlajos/misspell_fixer --- doc/manual/secmem.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/manual/secmem.rst') diff --git a/doc/manual/secmem.rst b/doc/manual/secmem.rst index 76751bb40..ce5ff205b 100644 --- a/doc/manual/secmem.rst +++ b/doc/manual/secmem.rst @@ -14,7 +14,7 @@ allocator, it has an identical API to the ``std::vector`` you know and love. Some operating systems offer the ability to lock memory into RAM, -preventing swapping from occuring. Typically this operation is +preventing swapping from occurring. Typically this operation is restricted to privledged users (root or admin), however some OSes including Linux and FreeBSD allow normal users to lock a small amount of memory. On these systems, allocations first attempt to allocate out -- cgit v1.2.3