From 162af5fe32f694d598ee36b3e5e96c946a8a1ad7 Mon Sep 17 00:00:00 2001
From: D Laboratory <dlaboratory@126.com>
Date: Thu, 16 Jul 2015 15:15:29 +0800
Subject: [PATCH] Fix a typo in comment of CMakeLists.txt

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d1353e16c..82073c7f2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -54,7 +54,7 @@ endif()
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/")
 
 
-# This is done here so that relative search paths are more reasnable
+# This is done here so that relative search paths are more reasonable
 find_package(Irrlicht)
 
 
-- 
GitLab