fix typos
Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/7db3f9e0 Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/7db3f9e0 Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/7db3f9e0 Branch: refs/heads/site Commit: 7db3f9e00d07e2c4e6fe0a82d5122894d92a3e7f Parents: 0ff8557 Author: Till Westmann <[email protected]> Authored: Thu Jan 15 22:16:12 2015 -0800 Committer: Preston Carman <[email protected]> Committed: Thu Feb 5 11:58:16 2015 -0800 ---------------------------------------------------------------------- doap.rdf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vxquery/blob/7db3f9e0/doap.rdf ---------------------------------------------------------------------- diff --git a/doap.rdf b/doap.rdf index 8f173f1..b535959 100644 --- a/doap.rdf +++ b/doap.rdf @@ -21,11 +21,11 @@ See the License for the specific language governing permissions and limitations under the License. --> - <Project rdf:about="http://vxquery.apapche.org/"> + <Project rdf:about="http://vxquery.apache.org/"> <created>2014-10-09</created> <license rdf:resource="http://spdx.org/licenses/Apache-2.0" /> <name>Apache VXQuery</name> - <homepage rdf:resource="http://vxquery.apapche.org/" /> + <homepage rdf:resource="http://vxquery.apache.org/" /> <asfext:pmc rdf:resource="http://vxquery.apache.org" /> <shortdesc>Apache VXQuery implements a parallel XML Query processor.</shortdesc> <description>Apache VXQuery will be a standards compliant XML Query processor implemented in Java. The focus is on the evaluation of queries on large amounts of XML data. Specifically the goal is to evaluate queries on large collections of relatively small XML documents. To achieve this queries will be evaluated on a cluster of shared nothing machines.</description>
