fix typos
Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/5cb6d651 Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/5cb6d651 Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/5cb6d651 Branch: refs/heads/site Commit: 5cb6d651cc45aaedee1aef8317ab7124e33230c5 Parents: e97888e Author: Till Westmann <[email protected]> Authored: Thu Jan 15 22:16:12 2015 -0800 Committer: Till Westmann <[email protected]> Committed: Thu Jan 15 22:16:12 2015 -0800 ---------------------------------------------------------------------- doap.rdf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vxquery/blob/5cb6d651/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>
