From 66e3fa6db225fa2537566708bb59436600cfe78f Mon Sep 17 00:00:00 2001 From: IgnacioFDM Date: Tue, 10 Jul 2018 06:57:37 -0300 Subject: [PATCH] Fix typo (#488) --- plugins/include/cellarray.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/cellarray.inc b/plugins/include/cellarray.inc index 992e42cd..20313440 100644 --- a/plugins/include/cellarray.inc +++ b/plugins/include/cellarray.inc @@ -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