Merge pull request #946 from akoeplinger/fix-mono-parallel
[mono.git] / mcs / class / System.Web / System.Web.Configuration.Internal / IInternalConfigWebHost.cs
index d84295cb245b8e0f94447ff83095a224a9e355a7..6fb8b5b7f1daa16ce0735a77485437204db94e78 100644 (file)
@@ -41,7 +41,7 @@ namespace System.Web.Configuration.Internal {
        public interface IInternalConfigWebHost {
 
                string GetConfigPathFromSiteIDAndVPath (string siteID, string vpath);
-               void GetSideIDAndVPathFromConfigPath (string configPath, out string siteID, out string vpath);
+               void GetSiteIDAndVPathFromConfigPath (string configPath, out string siteID, out string vpath);
 
        }
 }