diff options
author | unknown <lenz@mysql.com> | 2002-05-03 20:25:03 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2002-05-03 20:25:03 +0200 |
commit | 17c78eecda2ee9334246a09aa6338ca2983c10d2 (patch) | |
tree | 117ec8b9d91807b6904620312b4a66e4cd12273c /configure.in | |
parent | f34a7fc24f48b7dbe1329e62cd89d48d9c9dbc61 (diff) | |
download | mariadb-git-17c78eecda2ee9334246a09aa6338ca2983c10d2.tar.gz |
Re-added the missing comma as required by the manual style guide
configure.in:
Fixed missing comma
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index fc85a2070b1..3fd33743fa7 100644 --- a/configure.in +++ b/configure.in @@ -2374,7 +2374,7 @@ AC_OUTPUT(Makefile extra/Makefile mysys/Makefile isam/Makefile \ rm -f $AVAILABLE_LANGUAGES_ERRORS_RULES echo echo "MySQL has a Web site at http://www.mysql.com/ which carries details on the" -echo "latest release, upcoming features and other information to make your" +echo "latest release, upcoming features, and other information to make your" echo "work or play with MySQL more productive. There you can also find" echo "information about mailing lists for MySQL discussion." echo |