From 075b1344a7fb4996b6424e37f3257352435abbee Mon Sep 17 00:00:00 2001 From: adrian <adrian@8c4709b5-6ec9-48aa-a5cd-a96041d1645a> Date: Thu, 24 May 2012 10:35:37 +0000 Subject: [PATCH] Typo fixed. git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1268 8c4709b5-6ec9-48aa-a5cd-a96041d1645a --- core/config/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config/CMakeLists.txt b/core/config/CMakeLists.txt index 0ef6400d..b757d3e6 100644 --- a/core/config/CMakeLists.txt +++ b/core/config/CMakeLists.txt @@ -22,7 +22,7 @@ SET(SERVER_PERF_LOG_PATH "perf.log" CACHE STRING "A file name for storing SET(SERVER_PERF_STEPPING_SEC "1" CACHE STRING "Stepping of performance measurements in seconds") SET(CLIENT_RAND_BACKOFF_TSTART "3" CACHE STRING "Lower limit of client's backoff phase in seconds") SET(CLIENT_RAND_BACKOFF_TEND "8" CACHE STRING "Upper limit of client's backoff phase in seconds") -SET(CLIENT_RETRY_COUNT "3" CACHE STRING "Client's number of reconnect-reties") +SET(CLIENT_RETRY_COUNT "3" CACHE STRING "Client's number of reconnect retries") configure_file(${CMAKE_CURRENT_SOURCE_DIR}/FailConfig.hpp.in ${CMAKE_CURRENT_BINARY_DIR}/FailConfig.hpp) -- GitLab