Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Aug 4, 2020
1 parent d7414c7 commit f4f252f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceStack.Text/Env.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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'.");
}
}
}
Expand Down

0 comments on commit f4f252f

Please sign in to comment.