Skip to content

Commit e5785c9

Browse files
authored
Merge pull request #179 from maboras-rh/fix-typo
chore: fix typos across codebase
2 parents 371a56b + e401158 commit e5785c9

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

controller/test/e2e/e2e_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ var _ = Describe("controller", Ordered, func() {
6767
_, err = utils.Run(cmd)
6868
ExpectWithOffset(1, err).NotTo(HaveOccurred())
6969

70-
By("loading the the manager(Operator) image on Kind")
70+
By("loading the manager(Operator) image on Kind")
7171
err = utils.LoadImageToKindClusterWithName(projectimage)
7272
ExpectWithOffset(1, err).NotTo(HaveOccurred())
7373

python/examples/soc-pytest/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Jumpstarter SOC testing with pytest example
22

3-
This example aims to demonstrate Jumpstarter in an a simple SOC testing scenario
3+
This example aims to demonstrate Jumpstarter in a simple SOC testing scenario
44
using pytest.
55

66
The following drivers will be utilized:
77
- DUTLink: for power, storage and console control of the target
8-
- UStreamer: with an hdmi capture card plus a webcam for video snapshits
8+
- UStreamer: with an hdmi capture card plus a webcam for video snapshots
99

1010
This example requires the following hardware:
1111
- 1x Raspberry Pi 4

python/packages/jumpstarter-cli/jumpstarter_cli/config_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def config_client():
3535
"--namespace",
3636
type=str,
3737
help="Enter the Jumpstarter client namespace.",
38-
prompt="Enter a valid Jumpstarter client nespace",
38+
prompt="Enter a valid Jumpstarter client namespace",
3939
)
4040
@click.option(
4141
"--name",

python/packages/jumpstarter-driver-corellium/jumpstarter_driver_corellium/corellium/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def get_instance_console_id(self, instance: Instance, console_name: str) -> Opti
191191

192192
def get_instance_console_url(self, instance: Instance, console_id: str) -> Optional[str]:
193193
"""
194-
Get a a console URL (websocket) to stream logs from.
194+
Get a console URL (websocket) to stream logs from.
195195
"""
196196
data = None
197197

0 commit comments

Comments
 (0)