Fix some typos.

This commit is contained in:
grossmj
2018-10-04 15:22:42 +02:00
parent 181a31be32
commit e4a6db8ebc
9 changed files with 15 additions and 15 deletions

View File

@ -59,7 +59,7 @@ class ComputeHandler:
@Route.put(
r"/computes/{compute_id}",
description="Get a compute server information",
description="Update a compute server",
status_codes={
200: "Compute server updated",
400: "Invalid request",