Skip to content

Commit 8d0e982

Browse files
committed
MINOR: Fix typo
1 parent 7c52669 commit 8d0e982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Criterion/ProjectionsExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public static IProjection WithAlias(this IProjection projection,
2525
/// Project SQL function year()
2626
/// Note: throws an exception outside of a QueryOver expression
2727
/// </summary>
28-
[Obsolete("Pleae use DateTime.Year property instead")]
28+
[Obsolete("Please use DateTime.Year property instead")]
2929
public static int YearPart(this DateTime dateTimeProperty)
3030
{
3131
throw new Exception("Not to be used directly - use inside QueryOver expression");

0 commit comments

Comments
 (0)