README.md: fix spelling
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 14 Nov 2014 22:21:40 +0000 (17:21 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 14 Nov 2014 22:21:40 +0000 (17:21 -0500)
README.md

index 0153e3609dcc4a4ff43dbcf0b0c485ba70f3b0f2..28fedf4bf7705c5572a73017f934de56273bcfb4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -665,7 +665,7 @@ struct ipv4_header {
 }
 ```
 
-Although this complex structure has more than ten independant fields,
+Although this complex structure has more than ten independent fields,
 the generated C function would only call a 20-byte `memcpy()`, making
 it fast to record. Bits will be unpacked properly and values displayed
 in a human-readable form by the CTF reader thanks to the CTF metadata.
This page took 0.034569 seconds and 4 git commands to generate.