fix comment typo

This commit is contained in:
Ryozuki 2017-06-22 21:05:14 +02:00 committed by Lucas Nicodemus
parent db480a16f0
commit 587d1b7390

View file

@ -61,7 +61,7 @@ namespace TShockAPI.DB
/// <param name="x">The X position.</param>
/// <param name="y">The Y position.</param>
/// <param name="name">The name.</param>
/// <returns>Whether the opration succeeded.</returns>
/// <returns>Whether the operation succeeded.</returns>
public bool Add(int x, int y, string name)
{
try