Typo fixing

Change-Id: Ib949bb44bdf4832d480e731a053b92d6afcc3de2
This commit is contained in:
Cady_Chen 2016-12-14 09:11:39 +08:00
parent a6f728a720
commit bb74212ecf
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ changes in the model definition. Alembic will execute these scripts in order to
provide a linear migration path between revision. The climate-db-manage command
can be used to generate migration template for you to complete. The operations
in the template are those supported by the Alembic migration library.
After you modified the Climate models acordingly, you can create the revision.
After you modified the Climate models accordingly, you can create the revision.
$ climate-db-manage --config-file /path/to/climate.conf revision \
-m "description of revision" \

View File

@ -75,7 +75,7 @@ def onready(notify_socket, timeout):
:type timeout: float
:returns: 0 service ready
1 service not ready
2 timeout occured
2 timeout occurred
"""
sock = socket.socket(socket.AF_UNIX, socket.SOCK_DGRAM)
sock.settimeout(timeout)