From 63a856dec21bef14445fa3f472319feba0b2410b Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 18 Sep 2016 10:24:37 +0100 Subject: [PATCH] Fix typo --- modules/ORB/System/Entity.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ORB/System/Entity.pm b/modules/ORB/System/Entity.pm index 87e3c48..efd9472 100644 --- a/modules/ORB/System/Entity.pm +++ b/modules/ORB/System/Entity.pm @@ -77,7 +77,7 @@ sub new { # Entity creation and deletion ## @method $ create($name) -# Attempt to create a new named entity in the entoty table. Generally you +# Attempt to create a new named entity in the entity table. Generally you # should not call this directly, as it will create a new entity in the table # even if an entity already exists with the same name: you will generally # want to call get_id() instead, as that will determine whether that the