From 2308764b476d6f6c399fe6a22bb0545d511bdbb1 Mon Sep 17 00:00:00 2001
From: Pierrick Koch <pierrick.koch@gmail.com>
Date: Mon, 4 Apr 2016 16:35:50 +0200
Subject: [PATCH] FindGSL: Fix typo in documentation

s/GSL_CLBAS_LIBRARY/GSL_CBLAS_LIBRARY/
---
 Modules/FindGSL.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Modules/FindGSL.cmake b/Modules/FindGSL.cmake
index ef125c061a..9318a7d492 100644
--- a/Modules/FindGSL.cmake
+++ b/Modules/FindGSL.cmake
@@ -45,7 +45,7 @@
 # of GSL installation discovered.  These variables may optionally be set to
 # help this module find the correct files::
 #
-#  GSL_CLBAS_LIBRARY       - Location of the GSL CBLAS library.
+#  GSL_CBLAS_LIBRARY       - Location of the GSL CBLAS library.
 #  GSL_CBLAS_LIBRARY_DEBUG - Location of the debug GSL CBLAS library (if any).
 #  GSL_CONFIG_EXECUTABLE   - Location of the ``gsl-config`` script (if any).
 #  GSL_LIBRARY             - Location of the GSL library.
-- 
GitLab