diff --git a/src/ServiceStack.Text/Env.cs b/src/ServiceStack.Text/Env.cs index e587e6cf9..3bdab38f9 100644 --- a/src/ServiceStack.Text/Env.cs +++ b/src/ServiceStack.Text/Env.cs @@ -202,7 +202,7 @@ public static string ReferenceAssemblyPath { throw new FileNotFoundException( "Could not infer .NET Reference Assemblies path, e.g '{0}'.\n".Fmt(netFxReferenceBasePath + @"v4.0\") + - "Provide path manually 'Env.ReferenceAssembyPath'."); + "Provide path manually 'Env.ReferenceAssemblyPath'."); } } }