aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-11-24 15:57:01 -0800
committerBryan Newbold <bnewbold@archive.org>2021-11-24 15:57:01 -0800
commit7264aa352ce7ba57fff115450785039ba9b3f443 (patch)
tree406161c15b628bd81ca6f57fbe4b1be9fa67ce01
parentfc88575cd937335f7cdfa10f3fd043197f7c080f (diff)
downloadfatcat-cli-7264aa352ce7ba57fff115450785039ba9b3f443.tar.gz
fatcat-cli-7264aa352ce7ba57fff115450785039ba9b3f443.zip
codespell typo fixes
-rw-r--r--CHANGELOG.md2
-rw-r--r--extra/fatcat-cli.14
-rw-r--r--extra/fatcat-cli.1.scdoc2
-rw-r--r--notes/binary_size.md2
-rw-r--r--notes/original_proposal.md4
5 files changed, 7 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d467a64..8dc5a69 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,7 +17,7 @@
### Changed
- updated to API version v0.4.0, notably including 'issn' container lookup,
- 'hdl' release identifer, and editor lookups by username
+ 'hdl' release identifier, and editor lookups by username
## [0.1.4] - 2021-08-10
diff --git a/extra/fatcat-cli.1 b/extra/fatcat-cli.1
index d81f5f8..73ea6fe 100644
--- a/extra/fatcat-cli.1
+++ b/extra/fatcat-cli.1
@@ -4,7 +4,7 @@
.nh
.ad l
.\" Begin generated content:
-.TH "fatcat-cli" "1" "2021-08-10" "Fatcat API Tool Manual Page"
+.TH "fatcat-cli" "1" "2021-11-24" "Fatcat API Tool Manual Page"
.P
.SH NAME
.P
@@ -176,7 +176,7 @@ Maximum number of search rows to be printed. Set to 0 to print all results (this
.RE
\fB--expand <fields>\fR
.RS 4
-When output is expanded entity JSON objects (`--entity-json`), this argument will be forwarded as the 'expand' paramter in API fetches. Multiple expansions can be separated by commas, with no space. For example, `--expand files,filesets`.
+When output is expanded entity JSON objects (`--entity-json`), this argument will be forwarded as the 'expand' parameter in API fetches. Multiple expansions can be separated by commas, with no space. For example, `--expand files,filesets`.
.P
.RE
\fB--hide <fields>\fR
diff --git a/extra/fatcat-cli.1.scdoc b/extra/fatcat-cli.1.scdoc
index cee68ab..86b5a8c 100644
--- a/extra/fatcat-cli.1.scdoc
+++ b/extra/fatcat-cli.1.scdoc
@@ -113,7 +113,7 @@ Batch editing commands will operate on a stream of entities by automatically cre
Maximum number of search rows to be printed. Set to 0 to print all results (this is not the default behavior).
*--expand <fields>*
- When output is expanded entity JSON objects (`--entity-json`), this argument will be forwarded as the 'expand' paramter in API fetches. Multiple expansions can be separated by commas, with no space. For example, `--expand files,filesets`.
+ When output is expanded entity JSON objects (`--entity-json`), this argument will be forwarded as the 'expand' parameter in API fetches. Multiple expansions can be separated by commas, with no space. For example, `--expand files,filesets`.
*--hide <fields>*
Same as `--expand`, but for hiding fields/sub-entities.
diff --git a/notes/binary_size.md b/notes/binary_size.md
index a79cf9b..57d633c 100644
--- a/notes/binary_size.md
+++ b/notes/binary_size.md
@@ -21,7 +21,7 @@ Replacing reqwest with minreq:
(so, not worth it, at least while using fatcat_openapi with hyper+tokio)
Note that release builds with LTO take *quite* a long time (many minutes). We
-probably don't want that to be the defualt for `fatcatd` builds.
+probably don't want that to be the default for `fatcatd` builds.
cargo bloat --release --crates
diff --git a/notes/original_proposal.md b/notes/original_proposal.md
index 2a0c8fa..01d190a 100644
--- a/notes/original_proposal.md
+++ b/notes/original_proposal.md
@@ -69,7 +69,7 @@ Argument conventions:
':' Lookup specifier for entity (eg, external identifier like `doi:10.123/abc`)
'=' Assign field to value in create or update contexts. Non-string
- values often can be infered by field type
+ values often can be inferred by field type
':=' Assign field to non-string value in create or update contexts
@@ -92,7 +92,7 @@ Small details (mostly TODO):
'@' Form field
Output goes to stdout (pretty-printed), unless specified to `--download / -d`),
-in which case output file is infered, or `--output` sets it explicitly.
+in which case output file is inferred, or `--output` sets it explicitly.
### Internet Archive `ia` Tool