Fix a little spelling typo in README and error message
s/occured/occurred/ s/occuring/occurring/ Change-Id: Iaec8aeb0ec5c2c3638146f525868b65ab943f71f Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
This commit is contained in:
parent
c5101bb180
commit
3abda1e284
@ -36,7 +36,7 @@ Global requirements gives us a single place where we can evaluate
|
||||
these things so that we can make a global decision for OpenStack on
|
||||
the suitability of the library.
|
||||
|
||||
Since Havana we've also observed significant CI disruption occuring due to
|
||||
Since Havana we've also observed significant CI disruption occurring due to
|
||||
upstream releases of software that are are incompatible (whether in small
|
||||
or large ways) with OpenStack. So Global Requirements also serves as a control
|
||||
point to determine the precise versions of dependencies that will be used
|
||||
|
@ -179,4 +179,4 @@ def write(project, actions, stdout, verbose, noop=False):
|
||||
else:
|
||||
raise Exception("Invalid action %r" % (action,))
|
||||
if error:
|
||||
raise Exception("Error occured processing %s" % (project['root']))
|
||||
raise Exception("Error occurred processing %s" % (project['root']))
|
||||
|
Loading…
x
Reference in New Issue
Block a user