From fc7c578f9c5649e5707d07913b4bf8db45a76952 Mon Sep 17 00:00:00 2001 From: zhangyanxian Date: Thu, 22 Sep 2016 01:24:30 +0000 Subject: [PATCH] Fix typos in alembic.ini & kmip_secret_store.py TrivalFix Change-Id: I8f03b58a46b2a9657900f75d7338535c00128488 --- barbican/model/migration/alembic.ini | 2 +- barbican/plugin/kmip_secret_store.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/barbican/model/migration/alembic.ini b/barbican/model/migration/alembic.ini index e8f21b74..e73cabd8 100644 --- a/barbican/model/migration/alembic.ini +++ b/barbican/model/migration/alembic.ini @@ -12,7 +12,7 @@ script_location = %(here)s/alembic_migrations # revision_environment = false # default to an empty string because the Barbican migration process will -# extract the correct value and set it programatically before alembic is fully +# extract the correct value and set it programmatically before alembic is fully # invoked. sqlalchemy.url = #sqlalchemy.url = driver://user:pass@localhost/dbname diff --git a/barbican/plugin/kmip_secret_store.py b/barbican/plugin/kmip_secret_store.py index 40a7328f..65d3341c 100644 --- a/barbican/plugin/kmip_secret_store.py +++ b/barbican/plugin/kmip_secret_store.py @@ -574,7 +574,7 @@ class KMIPSecretStore(ss.SecretStoreBase): Key files are extremely sensitive, they should be owned by the user who they relate to. They should be readable only (to avoid accidental - changes). They should not be readable or writeable by any other user. + changes). They should not be readable or writable by any other user. :raises: KMIPSecretStoreError """