Skip to content

Commit e154520

Browse files
urban-adeiningermmatczuk
authored andcommitted
Fix typos
1 parent 7849cfa commit e154520

File tree

25 files changed

+41
-40
lines changed

25 files changed

+41
-40
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ All notable changes to this project will be documented in this file.
207207

208208
- `redpanda_migrator` output now supports two-way syncing using provenance headers (@mmatczuk)
209209
- `schema_registry_encode` gains a new `protobuf.serialize_to_json` option that is by default true. If disabled, then messages are decoded into a structured format which preserves types better and is faster. (@rockwotj)
210-
- Add `decode` option to field `operator` in `protobuf` processor that decodes messages into a structured format (as opposed to serializing to JSON) that perserves types better and is faster. (@rockwotj)
210+
- Add `decode` option to field `operator` in `protobuf` processor that decodes messages into a structured format (as opposed to serializing to JSON) that preserves types better and is faster. (@rockwotj)
211211
- `redpanda_migrator` output `schema_registry.interval` default value changed to `5m` enabling continuous schema migration by default. (@mmatczuk)
212212
- The `redpanda` and `redpanda_migrator` input and output `metadata_max_age` default value changed to `1m`. (@mmatczuk)
213213

@@ -463,7 +463,7 @@ All notable changes to this project will be documented in this file.
463463

464464
### Changed
465465

466-
- The way in which custom parameters for the experimental `mcp-server` subcommand are defined have changed. When defined they will now yield a JSON message to tool processors and outputs instead of complementary metadata keys, and there is no longer an implicit `value` field under these cirumstances. (@rockwotj)
466+
- The way in which custom parameters for the experimental `mcp-server` subcommand are defined have changed. When defined they will now yield a JSON message to tool processors and outputs instead of complementary metadata keys, and there is no longer an implicit `value` field under these circumstances. (@rockwotj)
467467
- The old deprecated `elasticsearch` output has been removed. This is not a change we would traditionally make without waiting for a major version increment. However, a dependency of the library used in this component is compromised and is now a significant security concern, which warrants the immediate removal. (@Jeffail)
468468

469469
## 4.54.1 - 2025-04-30
@@ -1121,7 +1121,7 @@ All notable changes to this project will be documented in this file.
11211121

11221122
- Bloblang error messages for bad function/method names or parameters should now be improved in mappings that use shorthand for `root = ...`.
11231123
- All redis components now support usernames within the configured URL for authentication.
1124-
- The `protobuf` processor now supports targetting nested types from proto files.
1124+
- The `protobuf` processor now supports targeting nested types from proto files.
11251125
- The `schema_registry_encode` and `schema_registry_decode` processors should no longer double escape URL unsafe characters within subjects when querying their latest versions.
11261126

11271127
## 4.23.0 - 2023-10-30
@@ -1738,7 +1738,7 @@ This is a major version release, for more information and guidance on how to mig
17381738
- The `dedupe` processor now acts upon individual messages by default, and the `hash` field has been removed.
17391739
- The `log` processor now executes for each individual message of a batch.
17401740
- The `sleep` processor now executes for each individual message of a batch.
1741-
- The `benthos test` subcommand no longer walks when targetting a directory, instead use triple-dot syntax (`./dir/...`) or wildcard patterns.
1741+
- The `benthos test` subcommand no longer walks when targeting a directory, instead use triple-dot syntax (`./dir/...`) or wildcard patterns.
17421742
- Go API: Module name has changed to `github.com/benthosdev/benthos/v4`.
17431743
- Go API: All packages within the `lib` directory have been removed in favour of the newer [APIs within `public`](https://pkg.go.dev/github.com/benthosdev/benthos/v4/public).
17441744
- Go API: Distributed tracing is now via the Open Telemetry client library.
@@ -2212,7 +2212,7 @@ This is a major version release, for more information and guidance on how to mig
22122212

22132213
### Changed
22142214

2215-
- Go API: Component implementations now require explicit import from `./public/components/all` in order to be invokable. This should be done automatically at all plugin and custom build entry points. If, however, you notice that your builds have begun complaining that known components do not exist then you will need to explicitly import the package with `_ "github.com/Jeffail/benthos/v3/public/components/all"`, if this is the case then please report it as an issue so that it can be dealt with.
2215+
- Go API: Component implementations now require explicit import from `./public/components/all` in order to be invocable. This should be done automatically at all plugin and custom build entry points. If, however, you notice that your builds have begun complaining that known components do not exist then you will need to explicitly import the package with `_ "github.com/Jeffail/benthos/v3/public/components/all"`, if this is the case then please report it as an issue so that it can be dealt with.
22162216

22172217
## 3.42.1 - 2021-03-26
22182218

@@ -3205,7 +3205,7 @@ This is a major version release, for more information and guidance on how to mig
32053205

32063206
### Added
32073207

3208-
- Go API: A new service method `RunWithOpts` has been added in order to accomodate service customisations with opt funcs.
3208+
- Go API: A new service method `RunWithOpts` has been added in order to accommodate service customisations with opt funcs.
32093209

32103210
## 2.8.1 - 2019-06-28
32113211

config/rag/eval.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pipeline:
8282
root.ollama_pgvector = this.ollama_pgvector
8383
processors:
8484
- mapping: |
85-
# This computes the combination of all retrival results
85+
# This computes the combination of all retrieval results
8686
let results = this.without("query").keys()
8787
root.processed = []
8888
root.unprocessed = range(0, $results.length()).fold([], i -> (
@@ -109,7 +109,7 @@ pipeline:
109109
model: gemini-2.5-pro-preview-03-25
110110
prompt: |
111111
Below is a YAML document with 3 keys, one is a query from a user,
112-
and two other keys contain documents that were retrived based on
112+
and two other keys contain documents that were retrieved based on
113113
the user's query. Please rate which set of documents are better
114114
suited to give context to answer the user's question.
115115

config/test/infile_resource_mock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pipeline:
55
processor_resources:
66
- label: http_submit
77
http:
8-
url: http://nonexistant.foo/
8+
url: http://nonexistent.foo/
99
verb: POST
1010

1111
tests:

docs/modules/guides/pages/bloblang/methods.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3868,7 +3868,7 @@ The following algorithms require a key, which is specified as a second argument:
38683868
38693869
==== Parameters
38703870
3871-
*`algorithm`* <string> The hasing algorithm to use.
3871+
*`algorithm`* <string> The hashing algorithm to use.
38723872
*`key`* <(optional) string> An optional key to use.
38733873
*`polynomial`* <string, default `"IEEE"`> An optional polynomial key to use when selecting the `crc32` algorithm, otherwise ignored. Options are `IEEE` (default), `Castagnoli` and `Koopman`
38743874

internal/impl/couchbase/integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func setupCouchbase(tb testing.TB) (*dockertest.Pool, *dockertest.Resource, erro
103103
return nil, nil, err
104104
}
105105

106-
// Look for readyness
106+
// Look for readiness
107107
var stderr bytes.Buffer
108108
time.Sleep(15 * time.Second)
109109
for {

internal/impl/iceberg/writer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func (w *writer) Write(ctx context.Context, batch service.MessageBatch) error {
120120
int64(len(pf.result.data)),
121121
)
122122
if err != nil {
123-
return fmt.Errorf("unable to create data file buider: %w", err)
123+
return fmt.Errorf("unable to create data file builder: %w", err)
124124
}
125125

126126
// Extract parquet statistics

internal/impl/jaeger/tracer_jaeger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ func NewJaeger(config jaegerConfig) (trace.TracerProvider, error) {
127127
case "const":
128128
sampler = tracesdk.TraceIDRatioBased(config.SamplerParam)
129129
case "probabilistic":
130-
return nil, errors.New("probabalistic sampling is no longer available")
130+
return nil, errors.New("probabilistic sampling is no longer available")
131131
case "ratelimiting":
132132
return nil, errors.New("rate limited sampling is no longer available")
133133
case "remote":

internal/impl/mongodb/cdc/integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ mongodb_cdc:
540540
output.NackAll()
541541
// For some reason the stream's Run doesn't exit until the context is cancelled.
542542
// I'm not sure why that doesn't work, but for this test we can just cancel and
543-
// let the cancelation happen after the test is done.
543+
// let the cancellation happen after the test is done.
544544
//
545545
// Ideally wait would return immediately after StopNow is called...
546546
wait := stream.RunAsyncWithErrors(t)

internal/impl/mssqlserver/integration_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func TestIntegration_MicrosoftSQLServerCDC_SnapshotAndStreaming(t *testing.T) {
5959
stream *service.Stream
6060
err error
6161
)
62-
t.Log("Lauching component...")
62+
t.Log("Launching component...")
6363
{
6464
cfg := `
6565
microsoft_sql_server_cdc:
@@ -157,7 +157,7 @@ microsoft_sql_server_cdc:
157157
stream *service.Stream
158158
err error
159159
)
160-
t.Log("Lauching component...")
160+
t.Log("Launching component...")
161161
{
162162
cfg := `
163163
microsoft_sql_server_cdc:
@@ -263,7 +263,7 @@ func TestIntegration_MicrosoftSQLServerCDC_ConcurrentSnapshot(t *testing.T) {
263263
stream *service.Stream
264264
err error
265265
)
266-
t.Log("Lauching component...")
266+
t.Log("Launching component...")
267267
{
268268
cfg := `
269269
microsoft_sql_server_cdc:
@@ -335,7 +335,7 @@ microsoft_sql_server_cdc:
335335
outBatchesMu sync.Mutex
336336
)
337337

338-
t.Log("Lauching component to stream initial data...")
338+
t.Log("Launching component to stream initial data...")
339339
{
340340
require.NoError(t, streamBuilder.AddBatchConsumerFunc(func(_ context.Context, mb service.MessageBatch) error {
341341
msgBytes, err := mb[0].AsBytes()

internal/impl/mssqlserver/replication/snapshot.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ func (s *Snapshot) Prepare(ctx context.Context) (LSN, error) {
6969
return nil, err
7070
} else if len(maxLSN) == 0 {
7171
// rare, but possible if the user enabled CDC on a table seconds before running snapshot or the agent has stopped working for some reason
72-
return nil, errors.New("unable to captue max_lsn, this can be due to reasons such as the log scanning agent has stopped")
72+
return nil, errors.New("unable to capture max_lsn, this can be due to reasons such as the log scanning agent has stopped")
7373
}
7474

7575
return maxLSN, nil

0 commit comments

Comments
 (0)