summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool/gr-newmod
diff options
context:
space:
mode:
authorTim O'Shea <tim.oshea753@gmail.com>2013-12-09 16:01:06 -0500
committerTom Rondeau <tom@trondeau.com>2013-12-09 17:24:27 -0500
commit21f6c0bc952498bfbd24b99bf481eb5de8fc3752 (patch)
treea0dc8291e2b82c861888bc03a61e7c8452bbe8cb /gr-utils/python/modtool/gr-newmod
parent9a72fbbbc55f27bd01dfcfac2fa90b950c5c076d (diff)
gr-modtool: fix typo in howtoConfig.cmake
Diffstat (limited to 'gr-utils/python/modtool/gr-newmod')
-rw-r--r--gr-utils/python/modtool/gr-newmod/cmake/Modules/howtoConfig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/python/modtool/gr-newmod/cmake/Modules/howtoConfig.cmake b/gr-utils/python/modtool/gr-newmod/cmake/Modules/howtoConfig.cmake
index 329a007608..88fbcad238 100644
--- a/gr-utils/python/modtool/gr-newmod/cmake/Modules/howtoConfig.cmake
+++ b/gr-utils/python/modtool/gr-newmod/cmake/Modules/howtoConfig.cmake
@@ -6,7 +6,7 @@ FIND_PATH(
NAMES howto/api.h
HINTS $ENV{HOWTO_DIR}/include
${PC_HOWTO_INCLUDEDIR}
- PATHS ${CMAKE_INSTALL_PREEFIX}/include
+ PATHS ${CMAKE_INSTALL_PREFIX}/include
/usr/local/include
/usr/include
)