From 4f007e83102b69c63806f55736e9f9432de02cd5 Mon Sep 17 00:00:00 2001
From: Julien Michel <julien.michel@cnes.fr>
Date: Wed, 14 Sep 2016 11:54:55 +0200
Subject: [PATCH] DOC: Error in application name

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

diff --git a/Documentation/Cookbook/rst/recipes/pbclassif.rst b/Documentation/Cookbook/rst/recipes/pbclassif.rst
index cd773794fa..4d1ff62294 100644
--- a/Documentation/Cookbook/rst/recipes/pbclassif.rst
+++ b/Documentation/Cookbook/rst/recipes/pbclassif.rst
@@ -9,7 +9,7 @@ pixel-based image classification. This framework allows to learn from
 multiple images, and using several machine learning method such as
 SVM, Bayes, KNN, Random Forests, Artificial Neural Network, and
 others...(see application help of ``TrainImagesClassifier`` and
-``TrainOGRLayersClassifier`` for further details about all the available
+``TrainVectorClassifier`` for further details about all the available
 classifiers). Here is an overview of the complete workflow:
 
 1. Compute samples statistics for each image
-- 
GitLab