From 67fdf75da89eeb18addc9c94876b8d4f79aedd01 Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Tue, 5 Mar 2019 11:12:04 +0000 Subject: [PATCH] Fix typo --- src/Umbraco.Core/Logging/Viewer/JsonLogViewer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Core/Logging/Viewer/JsonLogViewer.cs b/src/Umbraco.Core/Logging/Viewer/JsonLogViewer.cs index f7010c8815..4c0e8ed4f8 100644 --- a/src/Umbraco.Core/Logging/Viewer/JsonLogViewer.cs +++ b/src/Umbraco.Core/Logging/Viewer/JsonLogViewer.cs @@ -123,7 +123,7 @@ namespace Umbraco.Core.Logging.Viewer catch (JsonReaderException ex) { // As we are reading/streaming one line at a time in the JSON file - // Thus we can not rpeort the line number, as it will always be 1 + // Thus we can not report the line number, as it will always be 1 _logger.Error(ex, "Unable to parse a line in the JSON log file"); evt = null;