diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-05-13 11:53:30 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-05-13 11:53:30 +0200 |
commit | edf1fbd25b81ecb0d5636566b35fa2f7fb09b0b8 (patch) | |
tree | ce67377af1b49c3b3f0fc093b7a12000e9d5744d /man | |
parent | 1170a54060168d885cbf682836342d4fc4ccae1a (diff) | |
download | mariadb-git-edf1fbd25b81ecb0d5636566b35fa2f7fb09b0b8.tar.gz |
MDEV-6153 Trivial Lintian errors in MariaDB sources: spelling errors and wrong executable bits
Diffstat (limited to 'man')
-rw-r--r-- | man/mysql-test-run.pl.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/mysql-test-run.pl.1 b/man/mysql-test-run.pl.1 index ebf17746b68..20abc250b15 100644 --- a/man/mysql-test-run.pl.1 +++ b/man/mysql-test-run.pl.1 @@ -332,7 +332,7 @@ is defined so that can invoke itself with exec $MYSQL_TEST\&. .PP -Other tests may refer to the last three variables listed in the preceeding table, to locate files to read or write\&. For example, tests that need to create files will typically put them in +Other tests may refer to the last three variables listed in the preceding table, to locate files to read or write\&. For example, tests that need to create files will typically put them in $MYSQL_TMP_DIR/\fIfile_name\fR\&. .PP If you are running |