Fixed a typo

This commit is contained in:
Thomas Bartelmess
2016-06-18 08:20:32 -04:00
committed by GitHub
parent 1f69d7d172
commit b1702ccba0

View File

@@ -49,7 +49,7 @@ BUG FIXES:
priority [GH-1183]
* api: Tasks are no longer allowed to have slashes in their name [GH-1210]
* client: Delete tmp files used to communicate with execcutor [GH-1241]
* client: Prvent the client from restoring with incorrect task state [GH-1294]
* client: Prevent the client from restoring with incorrect task state [GH-1294]
* discovery: Ensure service and check names are unique [GH-1143, GH-1144]
* driver/docker: Ensure docker client doesn't time out after a minute.
[GH-1184]