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

Commit f4f252f

Browse files
committed
fix typo
1 parent d7414c7 commit f4f252f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.Text/Env.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public static string ReferenceAssemblyPath
202202
{
203203
throw new FileNotFoundException(
204204
"Could not infer .NET Reference Assemblies path, e.g '{0}'.\n".Fmt(netFxReferenceBasePath + @"v4.0\") +
205-
"Provide path manually 'Env.ReferenceAssembyPath'.");
205+
"Provide path manually 'Env.ReferenceAssemblyPath'.");
206206
}
207207
}
208208
}

0 commit comments

Comments
 (0)