From e6056f630ac67dd95cc9255bd78ae3b10e1dfde2 Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 5 Jan 2016 13:51:36 +0000 Subject: [PATCH] Fixed typo in assembly info. --- Example/Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/Properties/AssemblyInfo.cs b/Example/Properties/AssemblyInfo.cs index 71dd721..81f4f65 100644 --- a/Example/Properties/AssemblyInfo.cs +++ b/Example/Properties/AssemblyInfo.cs @@ -6,7 +6,7 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Dark UI Example")] -[assembly: AssemblyDescription("Examlpe application for Dark UI")] +[assembly: AssemblyDescription("Example application for Dark UI")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Robin Perris")] [assembly: AssemblyProduct("Dark UI")]