summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authorunknown <kostja@bodhi.local>2007-03-15 23:17:44 +0300
committerunknown <kostja@bodhi.local>2007-03-15 23:17:44 +0300
commit44137aa35904f83048611e09b78a4c18236dd518 (patch)
treee4803464bf9a63e82cfd9ab1abbb031a48df18ce /mysql-test/mysql-test-run.pl
parent783b7748370880c8ba4ff80e76d27209efb369f6 (diff)
downloadmariadb-git-44137aa35904f83048611e09b78a4c18236dd518.tar.gz
Bug#26765 "typo when running mysql-test-run"
Fix a typo (togheter -> together) mysql-test/mysql-test-run.pl: Fix a typo (togheter -> together) storage/ndb/test/include/NDBT_Error.hpp: Fix a typo (togheter -> together) storage/ndb/test/include/NDBT_ReturnCodes.h: Fix a typo (togheter -> together)
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-xmysql-test/mysql-test-run.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index 2017da8a9c1..10483d93427 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -899,7 +899,7 @@ sub command_line_setup () {
# --------------------------------------------------------------------------
if ( $opt_with_ndbcluster and !$opt_bench)
{
- mtr_error("Can only use --with-ndbcluster togheter with --bench");
+ mtr_error("Can only use --with-ndbcluster together with --bench");
}
if ( $opt_ndbconnectstring )