From d094341e79612b6bc642ef886f23f9cfed0085d3 Mon Sep 17 00:00:00 2001 From: dimitr Date: Fri, 21 Oct 2005 09:49:22 +0000 Subject: [PATCH] Typo. --- doc/sql.extensions/README.current_time | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sql.extensions/README.current_time b/doc/sql.extensions/README.current_time index 62745fca7d..e6a4b220f6 100644 --- a/doc/sql.extensions/README.current_time +++ b/doc/sql.extensions/README.current_time @@ -22,7 +22,7 @@ CURRENT_TIME and CURRENT_TIMESTAMP Note(s): 1. The maximum possible precision is 3 which means accuracy of 1/1000 second - (one millisecond). This accurany may be improved in the future versions. + (one millisecond). This accuracy may be improved in the future versions. 2. If no seconds precision is specified, the following values are implicit: - 0 for CURRENT_TIME - 3 for CURRENT_TIMESTAMP