Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

Commit

Permalink
Typos in warning message.
Browse files Browse the repository at this point in the history
  • Loading branch information
enricogior committed Jun 22, 2015
1 parent 510cc9b commit 5c05765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Win32_Interop/Win32_QFork.cpp
Expand Up @@ -737,7 +737,7 @@ StartupStatus QForkStartup(int argc, char** argv) {
if( maxmemoryBytes != -1 ) {
maxheapBytes = (maxheapBytes > maxMemoryPlusHalf) ? maxheapBytes : maxMemoryPlusHalf;
} else if (!foundSlaveFlag && !foundSentinelMode) {
redisLog(REDIS_WARNING, "Warning: The maxmemory flag was not set, this can cause redis-server to crash if an out of memory exeception happens. It is strongly racommanded to set the maxmemory flag.");
redisLog(REDIS_WARNING, "Warning: The maxmemory flag was not set, this can cause redis-server to crash if an out-of-memory exception happens. It is strongly recommanded to set the maxmemory flag.");
}
if( maxheapBytes == -1 )
{
Expand Down

0 comments on commit 5c05765

Please sign in to comment.