From 0a42bfeee1d9076af907d6b062f93c82209add46 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joaquim=20Casals=20Bu=C3=B1uel?= <jcasals@iri.upc.edu>
Date: Wed, 15 May 2019 11:36:17 +0200
Subject: [PATCH] Update PluginsInfo.md

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

diff --git a/PluginsInfo.md b/PluginsInfo.md
index 3ba90f6e4..b217bc7b0 100644
--- a/PluginsInfo.md
+++ b/PluginsInfo.md
@@ -50,7 +50,7 @@ if the plugin has been correctly installed, and thus find_package succeeds, then
 - ${wolfvision_LIBRARY} which is the path to the compiled (& linked) library. It should have the value `/usr/local/lib/iri-algorithms/libwolfvision.so`
 
 **IMPORTANT NOTE** For the time being, each plugin is only responsible for finding their own includes and library. This means that for instance wolfvision, which obviously requires
-the _core_ plugin, will not find its own dependencies. It is the responsibility of the programmer to do `find_package(wolf REQUIRED)` to get the includes and library. In the future these will change, and each plugin will be responsible for finding all the necessary dependencies.
+the _core_ plugin, will not find its own dependencies. It is the responsibility of the programmer to do `find_package(wolf REQUIRED)` to get the includes and library. In the future this will change and each plugin will be responsible for finding all the necessary dependencies.
 
 # Creating your plugin
 We provide a template to create your own plugin.
-- 
GitLab