Fixing typo.

This commit is contained in:
Sipke Schoorstra
2014-07-22 15:04:15 -07:00
parent d08aa1883e
commit 688b355ba4

View File

@@ -1,5 +1,5 @@
namespace Orchard.ContentTypes.Extensions {
public static class StrinExtensions {
public static class StringExtensions {
public static string TrimEnd(this string rough, string trim = "") {
if (rough == null)
return null;