U4-5559 Fix Typo "Seperate" to Separate

This commit is contained in:
Damiaan
2015-06-15 16:12:46 +02:00
parent 4f02a13a46
commit d2dc4efed8
18 changed files with 22 additions and 20 deletions

View File

@@ -1220,7 +1220,7 @@ namespace Umbraco.Core
// other helpers may not. DefaultShortStringHelper produces better, but non-compatible, results.
/// <summary>
/// Splits a Pascal cased string into a phrase seperated by spaces.
/// Splits a Pascal cased string into a phrase separated by spaces.
/// </summary>
/// <param name="phrase">The text to split.</param>
/// <returns>The splitted text.</returns>