From 4f15c1f090be1ce6a52aba7f92be4cf72df056ed Mon Sep 17 00:00:00 2001
From: Orestis Malaspinas <orestis.malaspinas@hesge.ch>
Date: Mon, 14 Oct 2019 08:51:21 +0200
Subject: [PATCH] minor modifs

---
 ligne_commande.md | 2 +-
 strings.md        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ligne_commande.md b/ligne_commande.md
index b83658b..9c28928 100644
--- a/ligne_commande.md
+++ b/ligne_commande.md
@@ -11,7 +11,7 @@
     3. `void main(int argc, char **argv)`{.C}.
     4. `int main(int argc, char **argv)`{.C}.
     
-- `argc`{.C} est le nombre d'arguments passés à la ligne de commade: **le premier est celui du programme lui-même**.
+- `argc`{.C} est le nombre d'arguments passés à la ligne de commande: **le premier est celui du programme lui-même**.
 - `argv`{.C} est un tableau de chaînes de caractères passés sur la ligne de commande.
 
 # Exemple d'utilisation
diff --git a/strings.md b/strings.md
index de6e4be..e381386 100644
--- a/strings.md
+++ b/strings.md
@@ -63,4 +63,4 @@ char name[100] = "Paul is not 100 characters long.";
     int strcmp(char *str1, char *str2);
     ```
 
-- Pour avoir la liste complète: `man string.h`.
+- Pour avoir la liste complète: `man string`.
-- 
GitLab