summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <arjen@fred.bitbike.com>2002-07-16 13:11:01 +1000
committerunknown <arjen@fred.bitbike.com>2002-07-16 13:11:01 +1000
commitb73dde70064ac167b1255d0691941aebb0bd177e (patch)
tree3071ff24cfaa9cfa46efe6968893d732554b6a68 /Docs
parentd7eaf91676b3c02e1b234360eb1a4b818a30def4 (diff)
downloadmariadb-git-b73dde70064ac167b1255d0691941aebb0bd177e.tar.gz
Spelling correction.
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 6ad1a5f9d10..312ac886f43 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -31883,7 +31883,7 @@ mysql> SELECT LOG(2);
mysql> SELECT LOG(-2);
-> NULL
@end example
-If you want the log of a number @code{X} to some arbitary base @code{B}, use
+If you want the log of a number @code{X} to some arbitrary base @code{B}, use
the formula @code{LOG(X)/LOG(B)}.
@findex LOG10()