From d6646ec4dd1085d7c258ce0db5f7354a7d491fa3 Mon Sep 17 00:00:00 2001 From: Chris Latham Date: Wed, 6 Dec 2017 16:56:34 +0000 Subject: [PATCH] "installed" typo in HISTORY.txt --- HISTORY.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index 37551674..973d9f48 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,5 +1,5 @@ 9.0.0: - - Fixed bug where packages beginning with vcs names (e.g. git) weren't isntalled correctly. + - Fixed bug where packages beginning with vcs names (e.g. git) weren't installed correctly. - Fixed url parsing for +:// style urls. - Pipenv can now install relative file paths. - Better messaging around failed installs.