diff --git a/src/Umbraco.Web.UI/umbraco_client/Tree/UmbracoTree.js b/src/Umbraco.Web.UI/umbraco_client/Tree/UmbracoTree.js index cc6e3e5d00..04dd13122d 100644 --- a/src/Umbraco.Web.UI/umbraco_client/Tree/UmbracoTree.js +++ b/src/Umbraco.Web.UI/umbraco_client/Tree/UmbracoTree.js @@ -315,7 +315,7 @@ Umbraco.Sys.registerNamespace("Umbraco.Controls"); /// /// The path of the node /// If true, will ensure that the node to be synced is synced with data from the server - /// This parameter is only used when we don't have a real unique ID for a node, for example for a file. If a filename changes we don't know what the new one is since we are syncing the tree to the old original path. Once we retreive the results the sync the tree we need to find the result by it's new id and update the node. + /// This parameter is only used when we don't have a real unique ID for a node, for example for a file. If a filename changes we don't know what the new one is since we are syncing the tree to the old original path. Once we retrieve the results the sync the tree we need to find the result by it's new id and update the node. this._debug("syncTree: " + path + ", " + forceReload); @@ -874,7 +874,7 @@ Umbraco.Sys.registerNamespace("Umbraco.Controls"); /// If true, will ensure that the node to be synced is synced with data from the server /// the number of id's deep to search starting from the end of the path. Used in recursion. /// the number of async calls made so far to sync. Used in recursion and used to determine if the found node has been loaded by ajax. - /// This parameter is only used when we don't have a real unique ID for a node, for example for a file. If a filename changes we don't know what the new one is since we are syncing the tree to the old original path. Once we retreive the results the sync the tree we need to find the result by it's new id and update the node. + /// This parameter is only used when we don't have a real unique ID for a node, for example for a file. If a filename changes we don't know what the new one is since we are syncing the tree to the old original path. Once we retrieve the results the sync the tree we need to find the result by it's new id and update the node. this._debug("_syncTree"); @@ -1051,4 +1051,4 @@ Umbraco.Sys.registerNamespace("Umbraco.Controls"); Umbraco.Controls.UmbracoTree.inst = {}; -})(jQuery); \ No newline at end of file +})(jQuery);