From b499172fc1decdec76514e9405898e94f7df9ace Mon Sep 17 00:00:00 2001 From: Karol Szuster Date: Tue, 3 Oct 2017 18:40:08 +0200 Subject: [PATCH] Fix typos in doc --- plugins/include/newmenus.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/include/newmenus.inc b/plugins/include/newmenus.inc index 2079d5ba..219bc13f 100644 --- a/plugins/include/newmenus.inc +++ b/plugins/include/newmenus.inc @@ -107,7 +107,7 @@ native menu_additem(menu, const name[], const info[]="", paccess=0, callback=-1) * @param paccess Access required by the player viewing the menu. * @param callback If set to a valid ID from menu_makecallback(), the * callback will be invoked before drawing the item. - * @param dp_data If true, item's data will be treat as DataPack and be destroyed + * @param dp_data If true, item's data will be treated as DataPack and be destroyed * along with the menu. * @noreturn * @error Invalid menu resource. @@ -209,7 +209,7 @@ native menu_item_setcmd(menu, item, const info[]); * @param menu Menu resource identifier. * @param item Item identifier. * @param data New item data. - * @param dp_data If true, item's data will be treat as DataPack and be destroyed + * @param dp_data If true, item's data will be treated as DataPack and be destroyed * along with the menu. * @return 1 on success, 0 on failure. * @error Invalid menu resource.