You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by st...@apache.org on 2019/01/06 22:45:04 UTC

[openjpa] 01/02: fix missing space in readme

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

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git

commit a53744a744465bd7ef480d7fb79a68ec9e9365d3
Author: Mark Struberg <st...@apache.org>
AuthorDate: Thu Jan 3 21:28:04 2019 +0100

    fix missing space in readme
---
 README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.adoc b/README.adoc
index c83d175..d8c8643 100644
--- a/README.adoc
+++ b/README.adoc
@@ -33,7 +33,7 @@ The best way to compile Apache OpenJPA yourself is to run the build against the
 The Apache OpenJPA project also contains a setup for testing against multiple databases.
 The easiest way is to use Docker.
 We assume that Docker is installed to be used from your current user.
-The respective database imagehas to be started manually bofore starting the build.
+The respective database image has to be started manually bofore starting the build.
 The reason for not starting it as part of the build itself is to be able to look at the database content after the build did run.
 
 To start e.g. a PostgreSQL Docker image you can simply invoke the following command.