Skip to content

Commit b5d7ea6

Browse files
committed
fix/docs: Fix spelling errors in the documentation
Corrects prose typos found by codespell. Code samples, CLI flags, config keys, YAML keys and values, URLs, identifiers, and quoted output are unchanged, and generated or vendored files are skipped.
1 parent e270bbe commit b5d7ea6

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ All notable changes to `src-cli` are documented in this file.
4646

4747
### Added
4848

49-
- SBOM support: Added `--image` and `--exclude-image` flags to `src sbom fetch` for filtering which docker images SBOMs are fetched for. Both flags support glob patterns (e.g., `frontend`, `*api*`) and comma-separated lists. The `sourcegraph/` image name prefix is optional.
49+
- SBOM support: Added `--image` and `--exclude-image` flags to `src sbom fetch` for filtering which Docker images SBOMs are fetched for. Both flags support glob patterns (e.g., `frontend`, `*api*`) and comma-separated lists. The `sourcegraph/` image name prefix is optional.
5050

5151
### Changed
5252

@@ -88,7 +88,7 @@ All notable changes to `src-cli` are documented in this file.
8888
## 5.10.0
8989

9090
- cody gateway benchmark changes
91-
- fix local builds for non sourcegraph team [1121](https://github.com/sourcegraph/src-cli/pull/1121)
91+
- fix local builds for non Sourcegraph team [1121](https://github.com/sourcegraph/src-cli/pull/1121)
9292

9393
## 5.9.1
9494

@@ -166,7 +166,7 @@ All notable changes to `src-cli` are documented in this file.
166166

167167
### Fixed
168168

169-
- The fork attribute in changesetTemplate is now acknowleged when creating a batch change via `src-cli`. [#58156](https://github.com/sourcegraph/sourcegraph/pull/58156)
169+
- The fork attribute in changesetTemplate is now acknowledged when creating a batch change via `src-cli`. [#58156](https://github.com/sourcegraph/sourcegraph/pull/58156)
170170

171171
## 5.2.0
172172

@@ -182,7 +182,7 @@ All notable changes to `src-cli` are documented in this file.
182182

183183
### Fixed
184184

185-
- The temporary docker volume created during workspace preparation is now cleaned up when failure occurs. [#1021](https://github.com/sourcegraph/src-cli/pull/1021).
185+
- The temporary Docker volume created during workspace preparation is now cleaned up when failure occurs. [#1021](https://github.com/sourcegraph/src-cli/pull/1021).
186186

187187
## 5.1.1
188188

@@ -268,7 +268,7 @@ No noteworthy changes, mechanical release to match Sourcegraph release.
268268

269269
### Fixed
270270

271-
- Fix network timeout in `src users clean` occuring in instances with many users [#901](https://github.com/sourcegraph/src-cli/pull/901)
271+
- Fix network timeout in `src users clean` occurring in instances with many users [#901](https://github.com/sourcegraph/src-cli/pull/901)
272272
- Aligned parsing of spec file parameter of `src batch repos` with other commands. [#919](https://github.com/sourcegraph/src-cli/pull/919)
273273
- Remove empty log outputs during batch spec execution. [#923](https://github.com/sourcegraph/src-cli/pull/923)
274274

@@ -280,7 +280,7 @@ No noteworthy changes, mechanical release to match Sourcegraph release.
280280

281281
### Added
282282

283-
- Batch Changes: Watchdog that checks for docker responsiveness while running commands has been added. [#898](https://github.com/sourcegraph/src-cli/pull/898)
283+
- Batch Changes: Watchdog that checks for Docker responsiveness while running commands has been added. [#898](https://github.com/sourcegraph/src-cli/pull/898)
284284

285285
## 4.2.1
286286

@@ -309,7 +309,7 @@ No noteworthy changes, mechanical release to match Sourcegraph release.
309309

310310
### Changed
311311

312-
- Improved output for failing docker pulls in batch change execution. [#880](https://github.com/sourcegraph/src-cli/pull/880)
312+
- Improved output for failing Docker pulls in batch change execution. [#880](https://github.com/sourcegraph/src-cli/pull/880)
313313

314314
## 4.1.0
315315

@@ -796,7 +796,7 @@ Re-release of 3.29.3 for Sourcegraph 3.30.
796796

797797
### Fixed
798798

799-
- When specifying `-skip-errors`, the batch spec would always be empty. This ix fixed and the intended behavior has been restored. [#539](https://github.com/sourcegraph/src-cli/pull/539)
799+
- When specifying `-skip-errors`, the batch spec would always be empty. This is fixed and the intended behavior has been restored. [#539](https://github.com/sourcegraph/src-cli/pull/539)
800800

801801
## 3.27.0
802802

@@ -871,13 +871,13 @@ Re-release of 3.29.3 for Sourcegraph 3.30.
871871

872872
### Fixed
873873

874-
- The homebrew recipe for `src-cli` contained the wrong binary name.
874+
- The Homebrew recipe for `src-cli` contained the wrong binary name.
875875

876876
## 3.24.6
877877

878878
### Fixed
879879

880-
- Workspaces could sometimes fail with docker bind mount errors, due to a race condition of multiple workspaces accessing the same auxilliary files. [#468](https://github.com/sourcegraph/src-cli/pull/468)
880+
- Workspaces could sometimes fail with Docker bind mount errors, due to a race condition of multiple workspaces accessing the same auxiliary files. [#468](https://github.com/sourcegraph/src-cli/pull/468)
881881

882882
## 3.24.5
883883

@@ -1153,7 +1153,7 @@ Re-release of 3.29.3 for Sourcegraph 3.30.
11531153

11541154
- Add `--no-progress` flag to the `lsif upload` command to disable verbose output in non-TTY environments.
11551155
- `SRC_HEADER_AUTHORIZATION="Bearer $(...)"` is now supported for authenticating `src` with custom auth proxies. See [auth proxy configuration docs](AUTH_PROXY.md) for more information. [#239](https://github.com/sourcegraph/src-cli/pull/239)
1156-
- Pull missing docker images automatically. [#191](https://github.com/sourcegraph/src-cli/pull/191)
1156+
- Pull missing Docker images automatically. [#191](https://github.com/sourcegraph/src-cli/pull/191)
11571157
- Searches that result in errors will now display any alerts returned by Sourcegraph, including suggestions for how the search could be corrected. [#221](https://github.com/sourcegraph/src-cli/pull/221)
11581158

11591159
### Changed

0 commit comments

Comments
 (0)