Skip to content

Commit

Permalink
Merge pull request #17 from stweil/master
Browse files Browse the repository at this point in the history
Fix typos (found by codespell)
  • Loading branch information
bertsky authored Jul 8, 2020
2 parents 8469b0a + 7543b8f commit 9e5ce3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To install system dependencies for this package, run...
make deps-ubuntu
```

...in a priviledged context for Ubuntu (like a Docker container).
...in a privileged context for Ubuntu (like a Docker container).

Or equivalently, install the following packages:
- `parallel` (GNU parallel)
Expand Down
2 changes: 1 addition & 1 deletion ocrd-export-larex
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ with options:
-O|--output-directory DIR Directory used as output
-g|--page-id ID Physical page ID(s) to limit to
-l|--log-level [OFF|ERROR|WARN|INFO|DEBUG|TRACE] Log level
-s|--symlink Try to symlink images intead of copying
-s|--symlink Try to symlink images instead of copying
-t|--map-type XPATH EXPR Additional TextRegion @type mapping to apply
(default: ($(for key in ${!typemap[*]}; do echo "['$key']='${typemap[$key]}'"; done)))
Expand Down

0 comments on commit 9e5ce3a

Please sign in to comment.