From eadb92a8d2d073aba27c425df916a5fd9ea0a319 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Tue, 20 Oct 2015 12:59:34 +0000 Subject: [PATCH] Fix grammar issue. --- src/mlpack/methods/neighbor_search/allknn_main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mlpack/methods/neighbor_search/allknn_main.cpp b/src/mlpack/methods/neighbor_search/allknn_main.cpp index 18eae03839..fbe9bad829 100644 --- a/src/mlpack/methods/neighbor_search/allknn_main.cpp +++ b/src/mlpack/methods/neighbor_search/allknn_main.cpp @@ -111,8 +111,8 @@ int main(int argc, char *argv[]) Log::Warn << "--random_basis (-R) will be ignored because " << "--input_model_file is specified." << endl; if (CLI::HasParam("naive")) - Log::Warn << "--naive (-N) will be ignored because --input_model_file " - << "is specified" << endl; + Log::Warn << "--naive (-N) will be ignored because --input_model_file is " + << "specified." << endl; } // The user should give something to do...