summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2014-06-25 16:19:27 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2014-06-25 16:19:27 -0400
commit74676df75f0ab109aae2b1843c26058dfff04297 (patch)
treee71bd7b0e7f6810b92463ccef653b9cf240cf220
parentafdc0af779d245e781ec5de4cf7b3afcef47190b (diff)
Fix typo in README.
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 88eb0d8e2..80371e6f7 100644
--- a/README
+++ b/README
@@ -309,13 +309,13 @@ Reader options
: Specify the number of spaces per tab (default is 4).
`--track-changes=`*accept|reject|all*
-: Specifies what to do with insertions and deltions produced by the MS
+: Specifies what to do with insertions and deletions produced by the MS
Word "track-changes" feature. *accept* (the default), inserts all
insertions, and ignores all deletions. *reject* inserts all
deletions and ignores insertions. *all* puts in both insertions
and deletions, wrapped in spans with `insertion` and `deletion`
classes, respectively. The author and time of change is
- specified. *all* is useful for scripting: only accepting changes
+ included. *all* is useful for scripting: only accepting changes
from a certain reviewer, say, or before a certain date. This
option only affects the Docx reader.