aboutsummaryrefslogtreecommitdiff
path: root/build/configure
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-07-12 15:30:28 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-07-12 18:30:15 +0200
commite0ddbcc0aa0b9bf8f81efe5b017c66120f995547 (patch)
tree84e2f376d2b05da7b09d659976128ff14c6a05e0 /build/configure
parente625e4211a28115075d75506ef3102601b4301f5 (diff)
Aesthetic changes and spelling corrections to pgsql test configuration
Diffstat (limited to 'build/configure')
-rwxr-xr-xbuild/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/configure b/build/configure
index 76d39a7..70413fc 100755
--- a/build/configure
+++ b/build/configure
@@ -24,7 +24,7 @@ $echo "Please select the database you would like to use:"
$echo
$echo "(1) MySQL"
$echo "(2) SQLite"
-$echo "(3) PostgresSQL"
+$echo "(3) PostgreSQL"
$echo
db_id=`read_option "mysql sqlite pgsql"`