Skip to content

Commit 2e57447

Browse files
roypatbchalios
authored andcommitted
test: fix typo in comment
"Some times the ..." -> "Sometimes the ..." (no space) Signed-off-by: Patrick Roy <[email protected]>
1 parent 1daf47c commit 2e57447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/functional/test_balloon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def make_guest_dirty_memory(ssh_connection, amount_mib=32):
7575
logger.error("stdout: %s", stdout)
7676
logger.error("stderr: %s", stderr)
7777
except TimeoutExpired:
78-
# It's ok if this expires. Some times the SSH connection
78+
# It's ok if this expires. Sometimes the SSH connection
7979
# gets killed by the OOM killer *after* the fillmem program
8080
# started. As a result, we can ignore timeouts here.
8181
pass

0 commit comments

Comments
 (0)