diff --git a/Source/TypeHelper.cs b/Source/TypeHelper.cs
index 9a66272..6563d54 100644
--- a/Source/TypeHelper.cs
+++ b/Source/TypeHelper.cs
@@ -170,7 +170,7 @@ namespace Nuclex.Support {
///
/// Type that will be checked for presence of the specified attribute
///
- /// Attribute the type will be checked for
+ /// Attribute the type will be checked for
/// True if the type has the specified attribute, otherwise false
public static bool HasAttribute(this Type type, Type attributeType) {
object[] attributes = type.GetCustomAttributes(attributeType, true);