Merge "fix wrong spelling of "explicit""

This commit is contained in:
Zuul 2018-10-30 12:28:45 +00:00 committed by Gerrit Code Review
commit 2dd40b9bd0
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class TestResourceClassCache(base.TestCase):
# Update IRON_NFV (this is a no-op but will set updated_at)
with self.context.session.connection() as conn:
# NOTE(cdent): When using explict SQL that names columns,
# NOTE(cdent): When using explicit SQL that names columns,
# the automatic timestamp handling provided by the oslo_db
# TimestampMixin is not provided. created_at is a default
# but updated_at is an onupdate.