From 39ccde221adf8e8bd921b3cf9349910841a34ce2 Mon Sep 17 00:00:00 2001 From: Nicholas-Westby Date: Tue, 25 Mar 2014 20:38:58 -0700 Subject: [PATCH] Replaced "retreive" with "retrieve". --- src/Umbraco.Core/Services/IMediaService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Core/Services/IMediaService.cs b/src/Umbraco.Core/Services/IMediaService.cs index 63248b3974..48afe70317 100644 --- a/src/Umbraco.Core/Services/IMediaService.cs +++ b/src/Umbraco.Core/Services/IMediaService.cs @@ -193,7 +193,7 @@ namespace Umbraco.Core.Services /// /// Gets an object from the path stored in the 'umbracoFile' property. /// - /// Path of the media item to retreive (for example: /media/1024/koala_403x328.jpg) + /// Path of the media item to retrieve (for example: /media/1024/koala_403x328.jpg) /// IMedia GetMediaByPath(string mediaPath); @@ -272,4 +272,4 @@ namespace Umbraco.Core.Services /// IMedia CreateMediaWithIdentity(string name, int parentId, string mediaTypeAlias, int userId = 0); } -} \ No newline at end of file +}