Fix plugin virtualhost name typo Also capitalization of gerrit option. Change-Id: I95d875d577bc8b8485308a5ba5ce233568dbca4a
diff --git a/pages/site/releases/3.7.md b/pages/site/releases/3.7.md index d3ab1c1..1ec9ca0 100644 --- a/pages/site/releases/3.7.md +++ b/pages/site/releases/3.7.md
@@ -606,9 +606,9 @@ * [Issue 311925527](https://issues.gerritcodereview.com/issues/311925527): Fix canonical web url binding in Git over HTTP. - Fix a problem encountered in the `virutalhost` plugin, where + Fix a problem encountered in the `virtualhost` plugin, where despite proper configuration for tenant canonical web URL, the git push - output would use the value of `gerrit.canonicalweburl` configuration option. + output would use the value of `gerrit.canonicalWebUrl` configuration option. * [Issue 314113030](https://issues.gerritcodereview.com/issues/314113030): Fail the change reindex operation upon StorageException(s).
diff --git a/pages/site/releases/3.8.md b/pages/site/releases/3.8.md index 590ef21..a811857 100644 --- a/pages/site/releases/3.8.md +++ b/pages/site/releases/3.8.md
@@ -815,9 +815,9 @@ * [Issue 311925527](https://issues.gerritcodereview.com/issues/311925527): Fix canonical web url binding in Git over HTTP. - Fix a problem encountered in the `virutalhost` plugin, where + Fix a problem encountered in the `virtualhost` plugin, where despite proper configuration for tenant canonical web URL, the git push - output would use the value of `gerrit.canonicalweburl` configuration option. + output would use the value of `gerrit.canonicalWebUrl` configuration option. * Dependency Updates