summaryrefslogtreecommitdiffstats
path: root/contributing.md
diff options
context:
space:
mode:
authorMilton Miller <miltonm@us.ibm.com>2016-07-11 15:51:34 -0500
committerMilton Miller <miltonm@us.ibm.com>2016-07-11 15:51:34 -0500
commit4011297edad0721dc249e1b0332f9eae418c1794 (patch)
treecf8d538a01510bb31f1a6c412924a8f8864bdf21 /contributing.md
parent9235d959e5ca9501123369696ab1a6c0ccbda5bb (diff)
downloadopenbmc-docs-4011297edad0721dc249e1b0332f9eae418c1794.tar.gz
openbmc-docs-4011297edad0721dc249e1b0332f9eae418c1794.zip
Minor spelling fixes
Reviewing my recent update in gedit showed a few spelling typos in code-update.md. I also noticed the possible auto-correct that put a backquote before an e in rest-api.md. After that I ran the remaining files through gedit looking for mis-spelled words and found a few with missing letters. Signed-off-by: Milton Miller <miltonm@us.ibm.com>
Diffstat (limited to 'contributing.md')
-rw-r--r--contributing.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/contributing.md b/contributing.md
index 195bde6..f2e2c83 100644
--- a/contributing.md
+++ b/contributing.md
@@ -88,7 +88,7 @@ Your contribution will generally need to be reviewed before being accepted.
Submitting changes via Gerrit server
------------------------------------
-The openbmc gerrit server supports Gihub credentials, its link is:
+The openbmc gerrit server supports Github credentials, its link is:
https://gerrit.openbmc-project.xyz/#/q/status:open
@@ -156,7 +156,7 @@ See also: http://dbus.freedesktop.org/doc/dbus-api-design.html
Best practices for C
--------------------
-There are numerous resources avaialble elsewhere, but a few items that are
+There are numerous resources available elsewhere, but a few items that are
relevant to OpenBMC work:
* You almost never need to use `system(<some shell pipeline>)`. Reading and
@@ -174,7 +174,7 @@ relevant to OpenBMC work:
C types
* Declare internal-only functions as `static`, declare read-only data
- as `const` where possble.
+ as `const` where possible.
* Ensure that your code compiles without warnings, especially for changes
to the kernel.
OpenPOWER on IntegriCloud