summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <paul@teton.kitebird.com>2002-07-24 21:57:49 -0500
committerunknown <paul@teton.kitebird.com>2002-07-24 21:57:49 -0500
commite1fc4dd6bf6e3f9b0716615879c56d6c0e410a66 (patch)
tree2035ff3cae807408bb0c823e1eacc6557e14ea4e
parent8cf695dbad46bcc0ae8e8d2f78e483ac172f7d93 (diff)
downloadmariadb-git-e1fc4dd6bf6e3f9b0716615879c56d6c0e410a66.tar.gz
manual.texi fix typos
Docs/manual.texi: fix typos
-rw-r--r--Docs/manual.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index be60e0de623..9c7e5cc1139 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -8158,7 +8158,7 @@ The following SQL variables have changed name.
@item @code{SQL_MAX_JOIN_SIZE} @tab @code{MAX_JOIN_SIZE}
@item @code{SQL_QUERY_CACHE_TYPE} @tab @code{QUERY_CACHE_TYPE}
@end multitable
-The old names still work in MySQL 4.0 but are depricated.
+The old names still work in MySQL 4.0 but are deprecated.
@item
You have to use @code{SET GLOBAL SQL_SLAVE_SKIP_COUNTER=#} instead of
@code{SET SQL_SLAVE_SKIP_COUNTER=#}.
@@ -14306,7 +14306,7 @@ If you want to restrict the maximum value a startup option can be set to
with @code{SET}, you can define this by using the
@code{--maximum-variable-name} command line option. @xref{SET OPTION}.
-Note that when setting a variable to a value, MySQL may automaticly
+Note that when setting a variable to a value, MySQL may automatically
correct it to stay within a given range and also adjusts the value a
little to fix for the used algorithm.