From 2d1d03bf842009261beaac161e534c4ef1040cf9 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Mon, 21 Dec 2015 18:21:45 +1100 Subject: [PATCH] README: Fix typo. sever => server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b11455007..e2cffae0b5 100644 --- a/README.md +++ b/README.md @@ -297,7 +297,7 @@ Redis objects are used extensively in the Redis internals, however in order to avoid the overhead of indirect accesses, recently in many places we just use plain dynamic strings not wrapped inside a Redis object. -sever.c +server.c --- This is the entry point of the Redis server, where the `main()` function