summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2013-05-07 19:04:04 +0100
committerFredrik Luthander <fredrik.luthander@sonymobile.com>2013-05-08 00:17:16 +0200
commit62b026419bde567c57d8b2f29e39be728d2fee33 (patch)
tree3276ea1a467df4adfe58be16359ff10e03f52a89 /Documentation
parentcdd621963c4e1c1a4499f7a30623eac425195b3c (diff)
Fix spelling mistakes in contributor documentation
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/dev-contributing.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/dev-contributing.txt b/Documentation/dev-contributing.txt
index 07dae3afac..84cb1e00af 100644
--- a/Documentation/dev-contributing.txt
+++ b/Documentation/dev-contributing.txt
@@ -31,7 +31,7 @@ out reviewing other people's changes to relieve the load from
the approvers. Even if you are not familiar with Gerrit's
internals, it would be of great help if you can download, try
out, and comment on new features. If it works as advertised,
-say so, and if you have the priviliges to do so, go ahead
+say so, and if you have the privileges to do so, go ahead
and give it a +1 Verified. If you would find the feature
useful, say so and give it a +1 code review.
@@ -161,7 +161,7 @@ Here are some guidelines that Gerrit uses:
* Define non static interfaces after static interfaces in your
class.
* Next you should define static types and members.
- * Finally instance members, then constuctors, and then instance
+ * Finally instance members, then constructors, and then instance
methods.
* Some common exceptions are private helper static methods which
might appear near the instance methods which they help.