fix wrong spelling of "explicit"

Change-Id: I6949ff5898adb31f27b3b307b31f81d0e55a9204
This commit is contained in:
wangqiangbj 2018-10-30 19:16:06 +08:00
parent 5490d4cbce
commit 888311992c
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.