summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <paul@teton.kitebird.com>2002-08-24 22:34:35 -0500
committerunknown <paul@teton.kitebird.com>2002-08-24 22:34:35 -0500
commitfbe8a56495f709bf43edc393a207598e03103231 (patch)
treea46cfa1b46b80017a78b61aff07e6dc7d339b2fd
parentf3a076d4f8aab7beffb6ceeed9a36064b2c5a072 (diff)
downloadmariadb-git-fbe8a56495f709bf43edc393a207598e03103231.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 723085b4fb9..f61302a7008 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -27671,7 +27671,7 @@ If you want to set a @code{SESSION} variable to the @code{GLOBAL} value or a
SET max_join_size=DEFAULT;
@end example
-This is idential to:
+This is identical to:
@example
SET @@@@session.max_join_size=@@@@global.max_join_size;
@@ -28632,7 +28632,7 @@ SET GLOBAL sort_buffer_size=value;
SET @@@@global.sort_buffer_size=value;
@end example
-To set the value for @code{SESSION} variable, you can use on of the
+To set the value for @code{SESSION} variable, you can use one of the
following syntaxes:
@example