From 218dd5c9d8c23ed65c9aba0dd1a0997ca03dfc15 Mon Sep 17 00:00:00 2001 From: Dick Porter Date: Mon, 7 Jan 2002 11:06:41 +0000 Subject: [PATCH] Fix MonoTODO attribute name svn path=/trunk/mcs/; revision=1897 --- mcs/class/System.Web/System.Web/HttpRuntime.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcs/class/System.Web/System.Web/HttpRuntime.cs b/mcs/class/System.Web/System.Web/HttpRuntime.cs index 2ef24b4e990..167a65d94a6 100644 --- a/mcs/class/System.Web/System.Web/HttpRuntime.cs +++ b/mcs/class/System.Web/System.Web/HttpRuntime.cs @@ -116,7 +116,7 @@ namespace System.Web } } - [MonoTodo("Init")] + [MonoTODO("Init")] private void Init() { initErrorException = null; -- 2.25.1