From e629be4a7affe8615c2321b1a08bebb42bb81b15 Mon Sep 17 00:00:00 2001
From: Kris Thielemans <kris.f.thielemans@hotmail.com>
Date: Mon, 6 Feb 2017 01:27:56 +0000
Subject: [PATCH] FindHDF5: fix typo in comment

---
 Modules/FindHDF5.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Modules/FindHDF5.cmake b/Modules/FindHDF5.cmake
index 875098e88c..1388aabc09 100644
--- a/Modules/FindHDF5.cmake
+++ b/Modules/FindHDF5.cmake
@@ -421,7 +421,7 @@ if(NOT HDF5_FOUND)
             #if we detect that occurrence clear the suffix
             if(_suffix AND NOT TARGET ${HDF5_${_lang}_TARGET}${_suffix})
               if(NOT TARGET ${HDF5_${_lang}_TARGET})
-                #cant find this component with our without the suffix
+                #cant find this component with or without the suffix
                 #so bail out, and let the following locate HDF5
                 set(HDF5_FOUND FALSE)
                 break()
-- 
GitLab