From 0847b3d77796dee0332a827c1c65920a76d923be Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Wed, 4 Nov 2015 11:37:01 +0000 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d801c147..84f3b0c7a 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ and `server.h` where called `redis.c` and `redis.h`. However the overall structure is the same. Keep in mind that all the new developmetns and pull requests should be performed against the `unstable` branch. -sever.h +server.h --- The simplest way to understand how a program works, is to understand the @@ -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