diff --git a/.mailmap b/.mailmap index 8270e0c5..853a942e 100644 --- a/.mailmap +++ b/.mailmap @@ -18,6 +18,7 @@ + diff --git a/Authors b/Authors index 3f424597..9995e58a 100644 --- a/Authors +++ b/Authors @@ -42,7 +42,7 @@ David Pravec David Subiros Dean Troyer Deepak Garg -Derek Higgins +Derek Higgins Devdeep Singh Devendra Modium Devin Carlen diff --git a/bin/nova-manage b/bin/nova-manage index a271cf2f..49ec4165 100755 --- a/bin/nova-manage +++ b/bin/nova-manage @@ -616,7 +616,7 @@ class ProjectCommands(object): print e print _("The above error may show that the certificate db has " "not been created.\nPlease create a database by running " - "a nova-api server on this host.") + "a nova-cert server on this host.") AccountCommands = ProjectCommands