You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by ti...@apache.org on 2022/01/06 19:39:11 UTC

[db-jdo] branch main updated: Correct typo in README (#35)

This is an automated email from the ASF dual-hosted git repository.

tilmannz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/db-jdo.git


The following commit(s) were added to refs/heads/main by this push:
     new 9acceb6  Correct typo in README (#35)
9acceb6 is described below

commit 9acceb6080bcf62a6eeacf1bf1509f8e06de855c
Author: Brennan Fox <br...@users.noreply.github.com>
AuthorDate: Thu Jan 6 14:39:06 2022 -0500

    Correct typo in README (#35)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 40b4e09..bb1472a 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ Note that Apache JDO uses the Apache Commons Logging package for logging.
 
 You must have Maven (version 2+) to build the projects from source and to execute the TCK. You can download Maven from [here](http://maven.apache.org/download.html)
 
-Note that Maven uses the `user.home` system property for the location of the Maven local repostitory: `${user.home}/.m2/repository`.
+Note that Maven uses the `user.home` system property for the location of the Maven local repository: `${user.home}/.m2/repository`.
 Under Windows this system property is `C:\Documents and Settings\{user}` no matter what the `HOME` variable is set to. As a workaround you may set the system property by adding `-Duser.home=%HOME%` to the environment variable `MAVEN_OPTS`.
 
 ### JNDI Implementation (fscontext.jar and providerutil.jar)