Typo olso -> oslo

Change-Id: I7d3fe86b7359ee524dae83e44036b6f6fb132be7
This commit is contained in:
Davanum Srinivas 2014-10-03 08:18:54 -04:00
parent b2ab6da07b
commit ee752a6d3a
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ label-Code-Review = -2..+2 group oslo-messaging-core
label-Workflow = -1..+1 group oslo-messaging-core
[access "refs/tags/*"]
pushSignedTag = group olso-messaging-release
pushSignedTag = group oslo-messaging-release
[receive]
requireChangeId = true

View File

@ -71,7 +71,7 @@ class RequirementsList(object):
If include_dev is true allow for development requirements, which
may be prereleased versions of libraries that would otherwise be
listed. This is most often used for olso prereleases.
listed. This is most often used for oslo prereleases.
If strict is True then style checks should be performed while reading
the file.