[openstack-nova] fix typo printed from db setup script

Pádraig Brady pbrady at fedoraproject.org
Wed Mar 7 10:14:04 UTC 2012


commit 141414e8544ab7b8278e409baa1fc7fab88b5c5c
Author: Gary Kotton <gkotton at redhat.com>
Date:   Wed Mar 7 10:13:14 2012 +0000

    fix typo printed from db setup script

 openstack-nova-db-setup |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/openstack-nova-db-setup b/openstack-nova-db-setup
index 606df58..ddfe4b6 100755
--- a/openstack-nova-db-setup
+++ b/openstack-nova-db-setup
@@ -223,7 +223,7 @@ fi
 
 # Ask openstack-nova to sync the db.
 
-echo "Asking openstack-nova to sync the databse."
+echo "Asking openstack-nova to sync the database."
 nova-manage db sync
 
 


More information about the scm-commits mailing list