From: <svn...@op...> - 2009-03-31 22:15:53
|
Author: cdfrey Date: Wed Apr 1 00:15:45 2009 New Revision: 5506 URL: http://www.opensync.org/changeset/5506 Log: Fixed spelling typo Modified: trunk/cmake/OpenSyncDefaults.cmake Modified: trunk/cmake/OpenSyncDefaults.cmake ============================================================================== --- trunk/cmake/OpenSyncDefaults.cmake Wed Apr 1 00:13:25 2009 (r5505) +++ trunk/cmake/OpenSyncDefaults.cmake Wed Apr 1 00:15:45 2009 (r5506) @@ -50,7 +50,7 @@ ENDIF ( NOT CMAKE_BUILD_TYPE ) SET( OPENSYNC_TRACE TRUE CACHE BOOL "Debugging/Trace output of OpenSync" ) -SET( OPENSYNC_DEBUG_MODULES FALSE CACHE BOOL "Debugging modules. Avhoid unload of modules." ) +SET( OPENSYNC_DEBUG_MODULES FALSE CACHE BOOL "Debugging modules. Avoid unload of modules." ) SET( OPENSYNC_UNITTESTS FALSE CACHE BOOL "Build OpenSync unit tests." ) SET( OPENSYNC_PYTHONBINDINGS TRUE CACHE BOOL "Build OpenSync with Python bindings." ) |