From fbe116c386907bd8826f19703354337a5de99932 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 21 Oct 2015 22:57:30 +1100 Subject: [PATCH] Fixed typos --- docs/contributing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 6d0a2d4ba7f..6b6550c7146 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -372,6 +372,6 @@ FreeBSD Bootstrap script for FreeBSD uses ``pkg`` for package installation, i.e. it does not use ports. -FreeBSD by default uses ``tcsh``. In order to activate virtulenv (see -below), you will need a compatbile shell, e.g. ``pkg install bash && +FreeBSD by default uses ``tcsh``. In order to activate virtualenv (see +below), you will need a compatible shell, e.g. ``pkg install bash && bash``.