From 7eae1250f7496b5adba0058c5aeaa000e4819362 Mon Sep 17 00:00:00 2001 From: ackis Date: Wed, 28 Jan 2009 18:06:17 +0000 Subject: [PATCH] Fix spelling mistake --- AckisRecipeList.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua index 5f6cfe3..4b9097c 100644 --- a/AckisRecipeList.lua +++ b/AckisRecipeList.lua @@ -1793,7 +1793,7 @@ do -- @name AckisRecipeList:AddRecipeData -- @usage Used for an external program to load up data regarding a specific profession into the ARL database. -- @param profession Name of the profession you wish to load data for - -- @return Boolean indicating if the operation was successful. The recipe database will be populated with appropiate data. + -- @return Boolean indicating if the operation was successful. The recipe database will be populated with appropriate data. function addon:AddRecipeData(profession) if (RecipeList) then @@ -1813,7 +1813,7 @@ do --- API for external addons to initialize the recipe database -- @name AckisRecipeList:InitRecipeData -- @usage Causes ARL to load up all internal databases and provides them to the external application. - -- @return Boolean indicating if the operation was successful. The recipe database will be populated with appropiate data. + -- @return Boolean indicating if the operation was successful. The recipe database will be populated with appropriate data. -- @return Arrays containing the RecipeList, MobList, TrainerList, VendorList, QuestList, ReputationList, SeasonalList. function addon:InitRecipeData() -- 1.7.9.5