This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/master by this push:
new 9105d28 fix typo in comment: 'snaphots' to 'snapshots'
new fd29e1f Merge pull request #898 from bhamail/master
9105d28 is described below
commit 9105d28865c948607f5ccaf446b2d5c0bdf27773
Author: Dan Rollo <[email protected]>
AuthorDate: Wed Jul 3 16:56:00 2019 -0400
fix typo in comment: 'snaphots' to 'snapshots'
---
.../base/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/assemblies/features/base/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg
b/assemblies/features/base/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg
index 8f8ddeb..a3df328 100644
---
a/assemblies/features/base/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg
+++
b/assemblies/features/base/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg
@@ -74,7 +74,7 @@ org.ops4j.pax.url.mvn.useFallbackRepositories=false
# Those repositories will be checked before iterating through the
# below list of repositories and even before the local repository
# A repository url can be appended with zero or more of the following flags:
-# @snapshots : the repository contains snaphots
+# @snapshots : the repository contains snapshots
# @noreleases : the repository does not contain any released artifacts
#
# The following property value will add the system folder as a repo.