Skip to content
This repository was archived by the owner on Nov 25, 2019. It is now read-only.

Commit 540ccce

Browse files
author
youssefm
committed
Fix typo in a comment
1 parent cf7b164 commit 540ccce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Web.Http.OData/OData/Formatter/ODataMediaTypeFormatter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public override MediaTypeFormatter GetPerRequestFormatterInstance(Type type, Htt
116116
// call base to validate parameters
117117
base.GetPerRequestFormatterInstance(type, request, mediaType);
118118

119-
// Adds model information to allow callers to identyify the ODataMediaTypeFormatter through the tracing wrapper
119+
// Adds model information to allow callers to identify the ODataMediaTypeFormatter through the tracing wrapper
120120
// This is a workaround until tracing provides information about the wrapped inner formatter
121121
if (type == typeof(IEdmModel))
122122
{

0 commit comments

Comments
 (0)