aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {