From 835c76db45add78241ed9498410316c51b87b831 Mon Sep 17 00:00:00 2001
From: YunoHost Bot <yunohost-bot@users.noreply.github.com>
Date: Wed, 30 Aug 2017 15:38:40 +0200
Subject: [PATCH] Fix wording of root password explanation (#539)

---
 install_manually.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install_manually.md b/install_manually.md
index 5b5e9a1a..0a5ef614 100644
--- a/install_manually.md
+++ b/install_manually.md
@@ -16,7 +16,7 @@ sudo apt-get install git dialog
 git clone https://github.com/YunoHost/install_script /tmp/install_script
 ```
 
-3. The root user must have a password set, if it isn't the case, set it (whithout the install script failed):
+3. The root user must have a password set, if it isn't the case, set it (otherwise, the install script fails):
 ```bash
 sudo passwd root
 ```