From 9de97dc6d752a6ce98a28bd1674407644244fa6c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Albert=20=20Bab=C3=AD=20Oller?=
 <albert.babi@savoirfairelinux.com>
Date: Fri, 26 Jun 2020 05:57:23 -0400
Subject: [PATCH] Spell correction

---
 Build-QML-Client-on-GNU/Linux.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Build-QML-Client-on-GNU/Linux.md b/Build-QML-Client-on-GNU/Linux.md
index 6c1f6981..add7b205 100644
--- a/Build-QML-Client-on-GNU/Linux.md
+++ b/Build-QML-Client-on-GNU/Linux.md
@@ -12,7 +12,7 @@ You can download and install the Jami daemon as described in the [install instru
 
 LRC
 ---
-It is necessary to compile the *libringclient* with the installed Qt version 5.15. Before compiling you should remove all files in build folder and set the path to Qt libraries, for example, if Qt installation folder is in your home directory:
+It is necessary to compile the *libringclient* with the installed Qt version 5.15. Before compiling you should remove all files in build folder and set the path to Qt libraries. For example, if Qt installation folder is in your home directory:
 
 ```sh
 export CMAKE_PREFIX_PATH=~/Qt/5.15.0/gcc_64
@@ -21,7 +21,7 @@ export LD_LIBRARY_PATH=~/Qt/5.15.0/gcc_64/lib
 
 Then you can download and build LRC library as described in the [install instructions](https://git.jami.net/savoirfairelinux/ring-lrc/blob/master/INSTALL):
 
-Check that *libringclient* uses the correct path for the Qt libraries with:
+Check that *libringclient* uses the correct path to the Qt libraries with:
 
 ```sh
 ldd libringclient.so
@@ -31,7 +31,7 @@ libQt5DBus.so.5 => /home/<username>/Qt/5.15.0/gcc_64/lib/libQt5DBus.so.5 (0x0000
 
 QML Client
 ----------
-Once the LRC is build you can download and compile the QML Client as described in the [Windows Client instructions](https://git.jami.net/savoirfairelinux/ring-lrc/blob/master/INSTALL).
+Once the LRC is built you can download and compile the QML Client as described in the [Windows Client instructions](https://git.jami.net/savoirfairelinux/ring-lrc/blob/master/INSTALL).
 
 **Note**: If LRC has been built inside its project directory, you need to add the path in the jami-qt.pro:
 
-- 
GitLab