From daee19d502c5cb9135dae52e7b014e1143cdc8e9 Mon Sep 17 00:00:00 2001 From: Alfred Llagas <34087316+Psykotikism@users.noreply.github.com> Date: Sun, 8 Jul 2018 08:11:35 -0700 Subject: [PATCH] Changed "entiy" to "entity" in IsEntNetworkable (#847) * Changed "entiy" to "entity" in IsEntNetworkable * Update entity.inc --- plugins/include/entity.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/include/entity.inc b/plugins/include/entity.inc index fba1e803..c9a7f46e 100644 --- a/plugins/include/entity.inc +++ b/plugins/include/entity.inc @@ -122,10 +122,10 @@ native bool IsValidEdict(int edict); /** * Returns whether or not an entity has a valid networkable edict. * - * @param edict Index of the entity. + * @param entity Index of the entity. * @return True if networkable, false if invalid or not networkable. */ -native bool IsEntNetworkable(int entiy); +native bool IsEntNetworkable(int entity); /** * Creates a new edict (the basis of a networkable entity)