mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
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:
committed by
Brian Behlendorf
parent
c6e457dffb
commit
a57c82fc50
@@ -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.
|
||||
#
|
||||
|
||||
@@ -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.
|
||||
"""
|
||||
|
||||
@@ -103,7 +103,7 @@ The file has one section named "DEFAULT," which contains configuration option
|
||||
names and their values in "name = value" format. The values in this section
|
||||
apply to all the subsequent sections, unless they are also specified there, in
|
||||
which case the default is overridden. The remaining section names are the
|
||||
absolute pathnames of files and direcotries, describing tests and test groups
|
||||
absolute pathnames of files and directories, describing tests and test groups
|
||||
respectively. The legal option names are:
|
||||
.sp
|
||||
.ne 2
|
||||
@@ -248,7 +248,7 @@ Run \fIscript\fR after any test or test group.
|
||||
\fB-q\fR
|
||||
.ad
|
||||
.RS 6n
|
||||
Print only the results sumary to the standard output.
|
||||
Print only the results summary to the standard output.
|
||||
.RE
|
||||
|
||||
.ne 2
|
||||
|
||||
Reference in New Issue
Block a user