diff --git a/src/ServiceManagement/Services/Commands/CloudService/Development/GetAzureServiceProjectRoleRuntime.cs b/src/ServiceManagement/Services/Commands/CloudService/Development/GetAzureServiceProjectRoleRuntime.cs
index 9ec8be051c4a..c0fd41d9b53d 100644
--- a/src/ServiceManagement/Services/Commands/CloudService/Development/GetAzureServiceProjectRoleRuntime.cs
+++ b/src/ServiceManagement/Services/Commands/CloudService/Development/GetAzureServiceProjectRoleRuntime.cs
@@ -35,7 +35,6 @@ public class GetAzureServiceProjectRoleRuntimeCommand : AzurePSCmdlet
/// The manifest parameter is mainly a testing hook.
///
/// The runtime type to filter by
- /// The path to the service in question
/// The path to the manifest file, if null, the default cloud manifest is used (test hook)
[PermissionSet(SecurityAction.Demand, Name = "FullTrust")]
public void GetAzureRuntimesProcess(string runtimeType, string manifest = null)
diff --git a/src/ServiceManagement/Services/Commands/Websites/PublishAzureWebsiteProject.cs b/src/ServiceManagement/Services/Commands/Websites/PublishAzureWebsiteProject.cs
index 6354ba3b141a..e5a374a7eddd 100644
--- a/src/ServiceManagement/Services/Commands/Websites/PublishAzureWebsiteProject.cs
+++ b/src/ServiceManagement/Services/Commands/Websites/PublishAzureWebsiteProject.cs
@@ -100,7 +100,7 @@ public override void ExecuteCmdlet()
/// Generate dynamic parameters based on the connection strings in the Web.config.
/// It will look at 2 Web.config files:
/// 1. Web.config
- /// 2. Web..config (like Web.Release.config)
+ /// 2. Web.<configuration>.config (like Web.Release.config)
/// This only works when -ProjectFile is used and -ConnectionString is not used.
///
/// The dynamic parameters.