Fixed spelling error - occured to occurred

Change-Id: I22c0a083d6965b9a8bbc0f9c93f15d14f65c7efc
This commit is contained in:
Alex Holden 2014-03-07 09:32:05 -08:00
parent 6976cfeb9c
commit 667d1bac9c
1 changed files with 1 additions and 1 deletions

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)