From 3808d091f86e079c8f3437f5cd66bd2c507cef8a Mon Sep 17 00:00:00 2001 From: Otto Kekäläinen Date: Sun, 3 Jul 2016 15:26:04 +0300 Subject: Fix spelling in strings and comments --- cmake/examples.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmake/examples.cmake') diff --git a/cmake/examples.cmake b/cmake/examples.cmake index 83d0e988..0a651051 100644 --- a/cmake/examples.cmake +++ b/cmake/examples.cmake @@ -37,7 +37,7 @@ mark_as_advanced(protobuf_BUILD_EXAMPLES_MULTITEST) if(protobuf_BUILD_EXAMPLES_MULTITEST) set_property(GLOBAL PROPERTY USE_FOLDERS ON) - #Build using the legacy compatiblity module. + #Build using the legacy compatibility module. add_examples_build(examples-legacy "-Dprotobuf_DIR:PATH=${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_CMAKEDIR}" "-Dprotobuf_MODULE_COMPATIBLE:BOOL=TRUE" @@ -49,7 +49,7 @@ if(protobuf_BUILD_EXAMPLES_MULTITEST) "-Dprotobuf_DIR:PATH=${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_CMAKEDIR}" ) - #Build using the installed library in legacy compatiblity mode. + #Build using the installed library in legacy compatibility mode. add_examples_build(examples-installed-legacy "-Dprotobuf_DIR:PATH=${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_CMAKEDIR}" "-Dprotobuf_MODULE_COMPATIBLE:BOOL=TRUE" -- cgit v1.2.3