From f5896a3a506843db0686f71b0e578920693684a0 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 8 Mar 2016 13:53:46 +0200 Subject: [PATCH] - Spelling corrections. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f29ecf5..4945af3 100644 --- a/README.rst +++ b/README.rst @@ -1,13 +1,13 @@ python-unshare ############## -This is a pure-Python module with no external dependecies for accessing libc +This is a pure-Python module with no external dependencies for accessing libc functions and macros needed for dealing with Linux namespaces. Development ----------- -Development has the following dependecies: +Development has the following dependencies: - Tox (install from PyPI by running (:code:`pip install tox`). - libc headers, make and GCC (On Debian/Ubuntu install by running :code:`apt install linux-libc-dev build-essential`). -- GitLab