Skip to content

Commit

Permalink
[LIVY-648][DOC] Wrong return message in cancel statement documentation
Browse files Browse the repository at this point in the history
## What changes were proposed in this pull request?
Fix the trivial mistake in the documentation. "Canceled" vs "cancelled" (two Ls).
See details in the ticket https://issues.apache.org/jira/browse/LIVY-648

Or better to change message here?
https://github.com/apache/incubator-livy/blob/ae961700d71fd1669dec4f396c8990d3d8c93759/server/src/main/scala/org/apache/livy/server/interactive/InteractiveSessionServlet.scala#L149

## How was this patch tested?
not need any tests

Author: Oleksandr Shevchenko <[email protected]>

Closes apache#210 from o-shevchenko/DM-648.
  • Loading branch information
o-shevchenko authored and jerryshao committed Aug 25, 2019
1 parent 9a4d0f1 commit 515c327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ Cancel the specified statement in this session.
<tr><th>Name</th><th>Description</th><th>Type</th></tr>
<tr>
<td>msg</td>
<td>is always "cancelled"</td>
<td>is always "canceled"</td>
<td>string</td>
</tr>
</table>
Expand Down

0 comments on commit 515c327

Please sign in to comment.