From 35f77816bc377451b09617c0df0a38941e379a49 Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 6 Feb 2014 16:30:49 +0100 Subject: README typo: filed -> field. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aadd44b..a20e4e5 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Advantages and disadvantages of SDS === Normally dynamic string libraries for C are implemented using a structure -that defines the string. The structure has a pointer filed that is managed +that defines the string. The structure has a pointer field that is managed by the string function, so it looks like this: struct yourAverageStringLibrary { -- cgit v1.2.3-54-g00ecf