From aea37d9aaf3cf9ff183a548ddcd7ab681dec7f97 Mon Sep 17 00:00:00 2001
From: Al Massati Bilal <bilal.almassati.etu@b05p3.fil.univ-lille.fr>
Date: Wed, 4 Jan 2023 14:02:38 +0100
Subject: [PATCH] v8 final correction

---
 docs/procedure-dhcp.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/procedure-dhcp.md b/docs/procedure-dhcp.md
index 64e2db4..e22de87 100644
--- a/docs/procedure-dhcp.md
+++ b/docs/procedure-dhcp.md
@@ -2,7 +2,7 @@
 
 ## Installation dhcp 
 
-    apt-get instal isc-dhcp-server
+    apt-get install isc-dhcp-server
 
 ## commande dhcp
 
@@ -42,7 +42,7 @@
 
     subnet 192.168.40.0 netmask 255.255.255.0 {
         range  dynamic-bootp 192.168.40.20 192.168.40.100;
-        option routers 192.168.40.254;
+        option routers 192.168.40.254;https://gitlab.univ-lille.fr/hugo.lacherez.etu/networkandco.git
         option subnet-mask 255.255.255.0;
         option domain-name "networkandco.org";
         option domain-name-servers 192.168.40.151;
@@ -115,7 +115,7 @@
 #### configuration fichier /etc/network/interfaces
 
      
-    nano /etc/nework/interfaces :
+    nano /etc/network/interfaces :
     
     # The primary network interface
     allow-hotplug enp0s3
-- 
GitLab