aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2014-02-06 16:30:49 +0100
committerantirez <antirez@gmail.com>2014-02-06 16:30:49 +0100
commit35f77816bc377451b09617c0df0a38941e379a49 (patch)
treee8750f32bbb7a84bd749122a11d0918ab6dbc6ce
parent6f41b97baca0c434e3e986f3a24b3568ec67780a (diff)
downloadsds-35f77816bc377451b09617c0df0a38941e379a49.tar.xz
README typo: filed -> field.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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 {