Fix typos

Reviewed-by: Ryan Moeller <ryan@ixsystems.com>
Reviewed-by: Richard Laager <rlaager@wiktel.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Closes #9251
This commit is contained in:
Andrea Gelmini
2019-09-03 03:17:39 +02:00
committed by Brian Behlendorf
parent c6e457dffb
commit a57c82fc50
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ dist_pkgdata_SCRIPTS = \
test-runner.py \
zts-report.py
#
# These scripts are compatibile with both Python 2.6 and 3.4. As such the
# These scripts are compatible with both Python 2.6 and 3.4. As such the
# python 3 shebang can be replaced at install time when targeting a python
# 2 system. This allows us to maintain a single version of the source.
#
+2 -2
View File
@@ -307,7 +307,7 @@ class Cmd(object):
This function is responsible for writing all output. This includes
the console output, the logfile of all results (with timestamped
merged stdout and stderr), and for each test, the unmodified
stdout/stderr/merged in it's own file.
stdout/stderr/merged in its own file.
"""
logname = getpwuid(os.getuid()).pw_name
@@ -716,7 +716,7 @@ class TestRun(object):
def setup_logging(self, options):
"""
This funtion creates the output directory and gets a file object
This function creates the output directory and gets a file object
for the logfile. This function must be called before write_log()
can be used.
"""