From 1b5bc07d4c700dc70d5238e0f0093fd48ee0e9e4 Mon Sep 17 00:00:00 2001 From: Florian Hoornaar Date: Wed, 19 Aug 2015 03:55:39 +0200 Subject: [PATCH] Fix typos in comments --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4ec84f684..0b41cd50b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ # The base set of requirements for REST framework is actually # just Django, but for the purposes of development and testing -# there are a number of packages that it is useful to install. +# there are a number of packages that are useful to install. # Laying these out as seperate requirements files, allows us to # only included the relevent sets when running tox, and ensures -# we are only ever declaring out dependancies in one place. +# we are only ever declaring our dependencies in one place. -r requirements/requirements-optionals.txt -r requirements/requirements-testing.txt