diff --git a/Source/ACE.Entity/Enum/Properties/PropertyBool.cs b/Source/ACE.Entity/Enum/Properties/PropertyBool.cs index 6ac3af4df0..a6bf4e8de0 100644 --- a/Source/ACE.Entity/Enum/Properties/PropertyBool.cs +++ b/Source/ACE.Entity/Enum/Properties/PropertyBool.cs @@ -2,7 +2,7 @@ namespace ACE.Entity.Enum.Properties { - // No properties are sent to the client unless they featured an atribute. + // No properties are sent to the client unless they featured an attribute. // SendOnLogin gets sent to players in the PlayerDescription event // AssessmentProperty gets sent in successful appraisal public enum PropertyBool : ushort diff --git a/Source/ACE.Entity/Enum/Properties/PropertyDataId.cs b/Source/ACE.Entity/Enum/Properties/PropertyDataId.cs index a2f881b39b..a9b8f357c4 100644 --- a/Source/ACE.Entity/Enum/Properties/PropertyDataId.cs +++ b/Source/ACE.Entity/Enum/Properties/PropertyDataId.cs @@ -2,7 +2,7 @@ namespace ACE.Entity.Enum.Properties { - // No properties are sent to the client unless they featured an atribute. + // No properties are sent to the client unless they featured an attribute. // SendOnLogin gets sent to players in the PlayerDescription event // AssessmentProperty gets sent in successful appraisal public enum PropertyDataId : ushort diff --git a/Source/ACE.Entity/Enum/Properties/PropertyFloat.cs b/Source/ACE.Entity/Enum/Properties/PropertyFloat.cs index 97ee5b6a0a..f0f38fd8a8 100644 --- a/Source/ACE.Entity/Enum/Properties/PropertyFloat.cs +++ b/Source/ACE.Entity/Enum/Properties/PropertyFloat.cs @@ -2,7 +2,7 @@ namespace ACE.Entity.Enum.Properties { - // No properties are sent to the client unless they featured an atribute. + // No properties are sent to the client unless they featured an attribute. // SendOnLogin gets sent to players in the PlayerDescription event // AssessmentProperty gets sent in successful appraisal public enum PropertyFloat : ushort diff --git a/Source/ACE.Entity/Enum/Properties/PropertyInstanceId.cs b/Source/ACE.Entity/Enum/Properties/PropertyInstanceId.cs index 52427c7262..2410e955ee 100644 --- a/Source/ACE.Entity/Enum/Properties/PropertyInstanceId.cs +++ b/Source/ACE.Entity/Enum/Properties/PropertyInstanceId.cs @@ -2,7 +2,7 @@ namespace ACE.Entity.Enum.Properties { - // No properties are sent to the client unless they featured an atribute. + // No properties are sent to the client unless they featured an attribute. // SendOnLogin gets sent to players in the PlayerDescription event // AssessmentProperty gets sent in successful appraisal public enum PropertyInstanceId : ushort diff --git a/Source/ACE.Entity/Enum/Properties/PropertyInt.cs b/Source/ACE.Entity/Enum/Properties/PropertyInt.cs index fe0b818874..7b49f2cee0 100644 --- a/Source/ACE.Entity/Enum/Properties/PropertyInt.cs +++ b/Source/ACE.Entity/Enum/Properties/PropertyInt.cs @@ -4,7 +4,7 @@ namespace ACE.Entity.Enum.Properties { - // No properties are sent to the client unless they featured an atribute. + // No properties are sent to the client unless they featured an attribute. // SendOnLogin gets sent to players in the PlayerDescription event // AssessmentProperty gets sent in successful appraisal public enum PropertyInt : ushort diff --git a/Source/ACE.Entity/Enum/Properties/PropertyInt64.cs b/Source/ACE.Entity/Enum/Properties/PropertyInt64.cs index d4e85e66c0..bc8267766e 100644 --- a/Source/ACE.Entity/Enum/Properties/PropertyInt64.cs +++ b/Source/ACE.Entity/Enum/Properties/PropertyInt64.cs @@ -2,7 +2,7 @@ namespace ACE.Entity.Enum.Properties { - // No properties are sent to the client unless they featured an atribute. + // No properties are sent to the client unless they featured an attribute. // SendOnLogin gets sent to players in the PlayerDescription event // AssessmentProperty gets sent in successful appraisal public enum PropertyInt64 : ushort diff --git a/Source/ACE.Entity/Enum/Properties/PropertyString.cs b/Source/ACE.Entity/Enum/Properties/PropertyString.cs index a1d4c95cf7..e207080ce7 100644 --- a/Source/ACE.Entity/Enum/Properties/PropertyString.cs +++ b/Source/ACE.Entity/Enum/Properties/PropertyString.cs @@ -2,7 +2,7 @@ namespace ACE.Entity.Enum.Properties { - // No properties are sent to the client unless they featured an atribute. + // No properties are sent to the client unless they featured an attribute. // SendOnLogin gets sent to players in the PlayerDescription event // AssessmentProperty gets sent in successful appraisal public enum PropertyString : ushort