summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <paul@teton.kitebird.com>2002-06-24 15:33:30 -0500
committerunknown <paul@teton.kitebird.com>2002-06-24 15:33:30 -0500
commitefb2897e02ed0522b6964db5478d340d35e3426b (patch)
treeaaf8e6749cdb80924c3df57c8b5410d39a47cf1e
parent6ccd1d8c9ac3d944f51f3f9470f0654030019543 (diff)
downloadmariadb-git-efb2897e02ed0522b6964db5478d340d35e3426b.tar.gz
fix typo
-rw-r--r--Docs/manual.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index d658f20ea67..00eb2b3264e 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -34727,7 +34727,7 @@ file is ignored.
If you load data from a local file using the @code{LOCAL} keyword, the server
has no way to stop transmission of the file in the middle of the operation,
-so the default bahavior is the same as if @code{IGNORE} is specified.
+so the default behavior is the same as if @code{IGNORE} is specified.
If you use @code{LOAD DATA INFILE} on an empty @code{MyISAM} table,
all non-unique indexes are created in a separate batch (like in @code{REPAIR}).