From 8e46ee052679b044b3707a4cba8b36b49cb935be Mon Sep 17 00:00:00 2001
From: Victor Poughon <victor.poughon@cnes.fr>
Date: Mon, 4 Feb 2019 18:22:28 +0100
Subject: [PATCH] DOC: fix typo

---
 Documentation/Cookbook/rst/FAQ.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/Cookbook/rst/FAQ.rst b/Documentation/Cookbook/rst/FAQ.rst
index ea6eaaea5c..64eca33c5b 100644
--- a/Documentation/Cookbook/rst/FAQ.rst
+++ b/Documentation/Cookbook/rst/FAQ.rst
@@ -107,7 +107,7 @@ with other libraries installed on your system. OTB will always try to grab
 supplied libraries in the standalone package.
 
 However, when using Python wrappings, there can be conflicts if you import
-*otbApplications* along with other software that share common dependencies with
+*otbApplication* along with other software that share common dependencies with
 OTB. For instance, if you want to use OTB Applications and Fiona in a Python
 script, they both rely on GDAL library. As the libraries loaded by Python must
 be unique, the first library *SomeLib* loaded will be used by any other binary
-- 
GitLab