From 337f085d7d816c629b66d779fda7d25260251ce4 Mon Sep 17 00:00:00 2001
From: Patrick Sanan <patrick.sanan@gmail.com>
Date: Thu, 5 Apr 2018 18:12:13 +0200
Subject: [PATCH] Docs: dev changes typos

---
 src/docs/website/documentation/changes/dev.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/docs/website/documentation/changes/dev.html b/src/docs/website/documentation/changes/dev.html
index bd52b8e559..a98c72b35c 100644
--- a/src/docs/website/documentation/changes/dev.html
+++ b/src/docs/website/documentation/changes/dev.html
@@ -106,7 +106,7 @@
       </ul>
       <h4>Configure/Build:</h4>
       <ul>
-        <li>option --with-cuda-arch is removed. Use CUDAFLAGS to directly specify relavent nvcc option [for ex: CUDAFLAGS=-arch=sm_20]</li>
+        <li>option --with-cuda-arch is removed. Use CUDAFLAGS to directly specify relevent nvcc option [for ex: CUDAFLAGS=-arch=sm_20]</li>
       </ul>
       <h4>IS:</h4>
       <h4>PetscDraw:</h4>
@@ -116,7 +116,7 @@
       <h4>PetscSection:</h4>
       <h4>Mat:</h4>
       <ul>
-        <li>Added MatShellTestMultTranspose() and MatShellTestMult() for checking if user provided MATSHELL matches the Jacobian of a given function computed with diffencing.</li>
+        <li>Added MatShellTestMultTranspose() and MatShellTestMult() for checking if user provided MATSHELL matches the Jacobian of a given function computed with differencing.</li>
         <li>MatSolverPackage is replaced with MatSolverType.</li>
         <li>mat_solver_package is replaced with mat_solver_type.</li>
         <li>MatShellSetOperation() can now only be used for MATSHELL matrices, use MatSetOperation() to set an operation for any matrix type.</li>
@@ -126,7 +126,7 @@
       <ul>
       <li> Added -pc_mg_distinct_smoothup and
       PCMGSetDistinctSmoothUp() so that one can control the down and
-        up smoothers options seperately from the options database</li>
+        up smoothers options separately from the options database</li>
       <li> Removed -pc_mg_smoothup and -pc_mg_smoothdown and
       PCMGSetNumberSmoothUp() and PCMGSetNumberSmoothDown().  Instead,
       configure the solvers on the levels with -mg_levels_ksp_max_it
-- 
2.15.1

