Author: mibo
Date: Tue Mar  1 20:36:55 2016
New Revision: 1733138

URL: http://svn.apache.org/viewvc?rev=1733138&view=rev
Log:
Fixed typos

Modified:
    olingo/site/trunk/content/contribute.mdtext

Modified: olingo/site/trunk/content/contribute.mdtext
URL: 
http://svn.apache.org/viewvc/olingo/site/trunk/content/contribute.mdtext?rev=1733138&r1=1733137&r2=1733138&view=diff
==============================================================================
--- olingo/site/trunk/content/contribute.mdtext (original)
+++ olingo/site/trunk/content/contribute.mdtext Tue Mar  1 20:36:55 2016
@@ -66,8 +66,8 @@ The Olingo project uses the following *t
   - *Feature* - An issue that introduced a new feature (behaviour) to the 
Olingo library (this could be e.g. an additional not yet implemented part of 
the OData specification or convenience methods)
   - *Improvement* - An issue that improves an existing feature (behaviour) of 
the Olingo library (this could be e.g. a convenience method or internal 
improvements which does not change behavior)
   - *Bug* - An issue that describes an incorrect behaviour of the Olingo 
library in relation to the according OData specification.
-  - *Test* - An issue that only improve or exentds tests for the  Olingo 
library.
-  - *Task* - An issue that improve or exentds basic parts for the Olingo 
library without changing code (or logic). This could be e.g. improvements or 
changes necessary for the build infrastructure.
+  - *Test* - An issue that only improve or extends tests for the  Olingo 
library.
+  - *Task* - An issue that improve or extends basic parts for the Olingo 
library without changing code (or logic). This could be e.g. improvements or 
changes necessary for the build infrastructure.
   - *Question* - An issue that only is a question related to the Olingo 
library.
 
 
@@ -116,7 +116,7 @@ You have done several commits and want t
 
 First rebase your local history to create a single commit. After that create a 
patch file using `git format-patch`. Now you can upload and append your created 
patch file to the JIRA issue.
 
-**Example - Appling a patch file**
+**Example - Applying a patch file**
 You like to apply a patch file named "OLINGO_42.patch". Use the following 
commands:
 
     git am --signoff OLINGO_42.patch


Reply via email to