From 242ae7c71095c1710fa3dc7489deac987f3efc00 Mon Sep 17 00:00:00 2001 From: Azumgi <4zumgi@gmail.com> Date: Fri, 4 Jan 2019 11:29:29 +0300 Subject: [PATCH] [VMF Package Manager] Fix typo --- vmf/scripts/mods/vmf/modules/vmf_package_manager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmf/scripts/mods/vmf/modules/vmf_package_manager.lua b/vmf/scripts/mods/vmf/modules/vmf_package_manager.lua index d5b7ac6..85bcb07 100644 --- a/vmf/scripts/mods/vmf/modules/vmf_package_manager.lua +++ b/vmf/scripts/mods/vmf/modules/vmf_package_manager.lua @@ -94,7 +94,7 @@ function VMFMod:load_package(package_name, callback, sync) return end - -- If package is_already_queued it means it was already loaded asynchroniously before, but not fully loaded yet. + -- If package is_already_queued it means it was already loaded asynchronously before, but not fully loaded yet. -- It can have "queued" or "loading" status. Don't redefine data for this package. local is_already_queued = _packages[package_name] ~= nil if not is_already_queued then