Skip to content

Commit 1eb8595

Browse files
authored
Merge pull request #56 from xrstf/fix-typos
fix typos
2 parents 1f72490 + 4866e2b commit 1eb8595

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.typos.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Copyright 2025 The KCP Authors.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
# configuration for https://github.com/crate-ci/typos
16+
17+
[files]
18+
extend-exclude = [
19+
"go.mod",
20+
"test/crds",
21+
"config/crd",
22+
]

test/e2e/shards/shards_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func TestCreateShard(t *testing.T) {
4242
client := utils.GetKubeClient(t)
4343
ctx := context.Background()
4444

45-
// create namspace
45+
// create namespace
4646
namespace := utils.CreateSelfDestructingNamespace(t, ctx, client, "create-shard")
4747

4848
// deploy a root shard incl. etcd

0 commit comments

Comments
 (0)