Skip to content

Commit 5dcba21

Browse files
committed
fix: spell fixes wrt misspell linter
Signed-off-by: arivappa <[email protected]>
1 parent bc817b4 commit 5dcba21

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Create a new issue raising a RFC for the changes following this format:
2929
**Description:**
3030
> 1. Protocol:
3131
> 2. Fields Added:
32-
> 3. Why is this change neccessary?
32+
> 3. Why is this change necessary?
3333
> ...(describe why here)...
3434
> 4. Which other COSI projects are affected by this change?
3535
> 5. Upgrade plan

sidecar/pkg/bucket/bucket_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ func (b *BucketListener) Update(ctx context.Context, old, new *v1alpha1.Bucket)
264264
return nil
265265
}
266266

267-
// Delete attemps to delete a bucket. This function must be idempotent
267+
// Delete attempts to delete a bucket. This function must be idempotent
268268
// Delete function is called when the bucket was not able to add finalizers while creation.
269269
// Hence we will take care of removing the BucketClaim finalizer before deleting the Bucket object.
270270
// Return values

sidecar/pkg/bucketaccess/bucketaccess_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ func (bal *BucketAccessListener) Update(ctx context.Context, old, new *v1alpha1.
321321
return nil
322322
}
323323

324-
// Delete attemps to delete a bucketAccess. This function must be idempotent
324+
// Delete attempts to delete a bucketAccess. This function must be idempotent
325325
// Return values
326326
// - nil - BucketAccess successfully deleted
327327
// - non-nil err - Internal error [requeue'd with exponential backoff]

test/e2e/chainsaw-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ spec:
253253
items:
254254
- key: BucketInfo
255255
path: BucketInfo
256-
- name: Check if ObjectStorage validation tool completed succesfully
256+
- name: Check if ObjectStorage validation tool completed successfully
257257
try:
258258
- assert:
259259
resource:

0 commit comments

Comments
 (0)