summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPhilip Rauwolf <rauwolf@itestra.de>2013-06-03 18:54:38 +0200
committerPhilip Rauwolf <rauwolf@itestra.de>2013-06-03 18:54:38 +0200
commit66e45588704f1929c92e2c561a8b460c97869fb9 (patch)
tree7b175559ce89bc45757454f2a641b2eee4caad14 /README
parent8045c85726a34c14188dc8d0d64028156e1df917 (diff)
downloadgenivi-common-api-runtime-66e45588704f1929c92e2c561a8b460c97869fb9.tar.gz
Added compile time deprecation markers, fixed typo
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index ade361f..0813efb 100644
--- a/README
+++ b/README
@@ -31,7 +31,7 @@ The current version can be taken from the git.
== Common API Overview
Common API and its mechanism specific bindings (e.g. Common API D-Bus) provide a set of libraries and tools to work with
-RPC communication in a way independent of wich mechanism is used. It consist currently consists of four subprojects:
+RPC communication in a way independent of wich mechanism is used. It currently consists of four subprojects:
----
CommonAPI - This is the base C++ library, which provides the application interface for users and can
load runtime bindings such as dbus. (This is the current package.)
@@ -80,6 +80,6 @@ Start working, best practice is to commit smaller, compilable pieces during the
.If you want to commit you changes, send them to the author, you can create a patch like this:
git format-patch working_branch <your branch>
-This creates a set of patches that are published via the mailing list.The patches will be discussed and then merged & uploaded on the git by the maintainer.
+This creates a set of patches that are published via the mailing list. The patches will be discussed and then merged & uploaded on the git by the maintainer.
Patches can be accepted either under GENIVI Cla or MPL 2.0 (see section License). Please be sure that the signed-off-by is set correctly. For more, check out http://gerrit.googlecode.com/svn/documentation/2.0/user-signedoffby.html