summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenré Botha <henrebotha@gmail.com>2023-06-06 01:36:46 +0200
committerGitHub <noreply@github.com>2023-06-06 08:36:46 +0900
commitdf8ee8dd7984834edc22af177842efb6cc021e77 (patch)
treef2efcc086a568cf4a39d29ecfdb47aa46295e9c7
parentb7f9587bb9f250dade2af7ff270be250b21673b0 (diff)
docs: fix typo in halt_error example (#2336)
-rw-r--r--docs/content/manual/manual.yml2
-rw-r--r--docs/content/manual/v1.6/manual.yml2
-rw-r--r--jq.1.prebuilt2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml
index ffaefe5a..a6d67982 100644
--- a/docs/content/manual/manual.yml
+++ b/docs/content/manual/manual.yml
@@ -1091,7 +1091,7 @@ sections:
The given `exit_code` (defaulting to `5`) will be jq's exit
status.
- For example, `"Error: somthing went wrong\n"|halt_error(1)`.
+ For example, `"Error: something went wrong\n"|halt_error(1)`.
- title: "`$__loc__`"
body: |
diff --git a/docs/content/manual/v1.6/manual.yml b/docs/content/manual/v1.6/manual.yml
index ec1f45d2..54feeca3 100644
--- a/docs/content/manual/v1.6/manual.yml
+++ b/docs/content/manual/v1.6/manual.yml
@@ -1019,7 +1019,7 @@ sections:
The given `exit_code` (defaulting to `5`) will be jq's exit
status.
- For example, `"Error: somthing went wrong\n"|halt_error(1)`.
+ For example, `"Error: something went wrong\n"|halt_error(1)`.
- title: "`$__loc__`"
body: |
diff --git a/jq.1.prebuilt b/jq.1.prebuilt
index e8a33e40..32057895 100644
--- a/jq.1.prebuilt
+++ b/jq.1.prebuilt
@@ -1119,7 +1119,7 @@ Stops the jq program with no further outputs\. The input will be printed on \fBs
The given \fBexit_code\fR (defaulting to \fB5\fR) will be jq\'s exit status\.
.
.P
-For example, \fB"Error: somthing went wrong\en"|halt_error(1)\fR\.
+For example, \fB"Error: something went wrong\en"|halt_error(1)\fR\.
.
.SS "$__loc__"
Produces an object with a "file" key and a "line" key, with the filename and line number where \fB$__loc__\fR occurs, as values\.