Skip to content

Commit

Permalink
Fix typo (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioFDM authored and Arkshine committed Jul 10, 2018
1 parent 42b3511 commit 66e3fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/include/cellarray.inc
Expand Up @@ -239,7 +239,7 @@ native ArraySetString(Array:which, item, const input[]);
native ArrayPushArray(Array:which, const any:input[], size = -1);

/**
* Creates a new item ath the end of the array and sets the item's single cell
* Creates a new item at the end of the array and sets the item's single cell
* value.
*
* @param which Array handle
Expand Down

0 comments on commit 66e3fa6

Please sign in to comment.