From 160e479f8dfe0f721781a7006ecde25f9834d6cc Mon Sep 17 00:00:00 2001
From: Fernando Ripoll <pipo02mix@gmail.com>
Date: Mon, 30 Oct 2017 13:47:39 +0100
Subject: [PATCH] Typo in the apt-get command

Typo in the apt-get command
---
 docs/debian.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/debian.md b/docs/debian.md
index 65714f01d..07b7c7094 100644
--- a/docs/debian.md
+++ b/docs/debian.md
@@ -32,7 +32,7 @@ Debian Jessie installation Notes:
 
 - Install Jinja2 and Python-Netaddr
 
-  ```sudo apt-get install phyton-jinja2=2.8-1~bpo8+1 python-netaddr```
+  ```sudo apt-get install python-jinja2=2.8-1~bpo8+1 python-netaddr```
   
   
 Now you can continue with [Preparing your deployment](getting-started.md#starting-custom-deployment)
-- 
GitLab