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

@@ -121,7 +121,7 @@ namespace umbraco
/// <summary>
/// build a string array from a csv
/// </summary>
/// <param name="csv">string of comma seperated values</param>
/// <param name="csv">string of comma separated values</param>
/// <returns>An array of node ids as string.</returns>
public static string[] GetCsvIds(string csv)
{

View File

@@ -61,7 +61,7 @@ namespace umbraco.cms.presentation.user
}
/// <summary>
/// The JavaScript method to call when a node is checked. The method will receive a comma seperated list of node IDs that are checked.
/// The JavaScript method to call when a node is checked. The method will receive a comma separated list of node IDs that are checked.
/// </summary>
public string OnClientItemChecked
{