This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.commons.metrics-1.2.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-metrics.git
commit 7d97faa2a1a587214cc9b1e79dd9a8109558a00f Author: Bertrand Delacretaz <[email protected]> AuthorDate: Fri Mar 3 14:12:32 2017 +0000 SLING-6596 - fix typo introduced by the typo fixing git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/metrics@1785309 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/sling/commons/metrics/internal/JSONReporter.java | 2 +- .../apache/sling/commons/metrics/internal/MetricWebConsolePlugin.java | 2 +- .../org/apache/sling/commons/metrics/internal/JSONReporterTest.java | 2 +- .../sling/commons/metrics/internal/MetricWebConsolePluginTest.java | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/org/apache/sling/commons/metrics/internal/JSONReporter.java b/src/main/java/org/apache/sling/commons/metrics/internal/JSONReporter.java index c7a439f..d501fb2 100644 --- a/src/main/java/org/apache/sling/commons/metrics/internal/JSONReporter.java +++ b/src/main/java/org/apache/sling/commons/metrics/internal/JSONReporter.java @@ -13,7 +13,7 @@ * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the - * specific langauge governing permissions and limitations + * specific language governing permissions and limitations * under the License. */ diff --git a/src/main/java/org/apache/sling/commons/metrics/internal/MetricWebConsolePlugin.java b/src/main/java/org/apache/sling/commons/metrics/internal/MetricWebConsolePlugin.java index 70a7581..6b8e8c1 100644 --- a/src/main/java/org/apache/sling/commons/metrics/internal/MetricWebConsolePlugin.java +++ b/src/main/java/org/apache/sling/commons/metrics/internal/MetricWebConsolePlugin.java @@ -13,7 +13,7 @@ * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the - * specific langauge governing permissions and limitations + * specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/org/apache/sling/commons/metrics/internal/JSONReporterTest.java b/src/test/java/org/apache/sling/commons/metrics/internal/JSONReporterTest.java index d05c175..4de6cc8 100644 --- a/src/test/java/org/apache/sling/commons/metrics/internal/JSONReporterTest.java +++ b/src/test/java/org/apache/sling/commons/metrics/internal/JSONReporterTest.java @@ -13,7 +13,7 @@ * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the - * specific langauge governing permissions and limitations + * specific language governing permissions and limitations * under the License. */ diff --git a/src/test/java/org/apache/sling/commons/metrics/internal/MetricWebConsolePluginTest.java b/src/test/java/org/apache/sling/commons/metrics/internal/MetricWebConsolePluginTest.java index 56e44bc..6b73d91 100644 --- a/src/test/java/org/apache/sling/commons/metrics/internal/MetricWebConsolePluginTest.java +++ b/src/test/java/org/apache/sling/commons/metrics/internal/MetricWebConsolePluginTest.java @@ -13,7 +13,7 @@ * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the - * specific langauge governing permissions and limitations + * specific language governing permissions and limitations * under the License. */ -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
