diff options
author | unknown <arjen@fred.bitbike.com> | 2002-07-16 13:11:01 +1000 |
---|---|---|
committer | unknown <arjen@fred.bitbike.com> | 2002-07-16 13:11:01 +1000 |
commit | b73dde70064ac167b1255d0691941aebb0bd177e (patch) | |
tree | 3071ff24cfaa9cfa46efe6968893d732554b6a68 /Docs | |
parent | d7eaf91676b3c02e1b234360eb1a4b818a30def4 (diff) | |
download | mariadb-git-b73dde70064ac167b1255d0691941aebb0bd177e.tar.gz |
Spelling correction.
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 2 |
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() |