Skip to content

Commit 27641ba

Browse files
authored
virttest/utils_netperf: fix spelling errors (avocado-framework#4207)
4ce1c76 included bad spelling. Fix it. Signed-off-by: Sebastian Mitterle <smitterl@redhat.com>
1 parent 83040a8 commit 27641ba

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

spell.ignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,6 +1164,7 @@ guestmount
11641164
gz
11651165
handlings
11661166
hardcode
1167+
hardcoded
11671168
Hardcode
11681169
harddrives
11691170
Hariharan

virttest/utils_netperf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def _mod_max_cpus(self):
190190
Modify the value from the source code previous to compilation to the
191191
desired value.
192192
"""
193-
# Obtain host/guest/vm/target netperf running sytem's number of CPUs
193+
# Obtain host/guest/vm/target netperf running system's number of CPUs
194194
try:
195195
n_cpus = int(
196196
self.session.cmd_output('lscpu | grep -oP "^CPU\(s\)\: *\K[0-9]+"')

0 commit comments

Comments
 (0)